abstract class AquaPlot::SeriesOptions

Direct Known Subclasses

Defined in:

series/base.cr

Constructors

Instance Method Summary

Instance methods inherited from class AquaPlot::DataSet

cleanup : Bool cleanup, cleanup=(cleanup : Bool) cleanup=, filename : String filename, filename=(filename : String) filename=, finalize finalize, get_filename get_filename, get_title get_title, set_title(text) set_title, title : AquaPlot::Util::Title title, title=(title : AquaPlot::Util::Title) title=

Constructor methods inherited from class AquaPlot::DataSet

new(title = nil) new

Constructor Detail

def self.new(linecolor : String = "", linewidth : Int32 = 2, pointtype : Int32 = 7, pointsize : Int32 = 2, **options) #

INITIALIZATION


[View source]

Instance Method Detail

def get_linecolor #

GETTERS


[View source]
def get_linewidth #

[View source]
def get_pointsize #

[View source]
def get_pointtype #

[View source]
def get_style #

[View source]
def linecolor : String #

GETTERS


[View source]
def linecolor=(linecolor : String) #

GETTERS


[View source]
def linewidth : Int32 #

[View source]
def linewidth=(linewidth : Int32) #

[View source]
def pointsize : Int32 #

[View source]
def pointsize=(pointsize : Int32) #

[View source]
def pointtype : Int32 #

[View source]
def pointtype=(pointtype : Int32) #

[View source]
def set_linecolor(linecolor : String) #

SETTERS


[View source]
def set_linewidth(linewidth : Int32) #

[View source]
def style : String #

[View source]
def style=(style : String) #

[View source]
def to_s #

SERIALIZER


[View source]