class AquaPlot::Bar
Direct Known Subclasses
Defined in:
series/bar.crConstructors
- .new(x : Indexable(Number), y : Indexable(Number), fillstyle : String = "solid 0.25", **options)
- .new(x : Indexable(Number), fillstyle : String = "solid 0.25", **options)
Instance Method Summary
- #fillstyle : String
- #fillstyle=(fillstyle : String)
-
#get_fillstyle
GETTERS
-
#set_fillstyle(fillstyle : String)
SETTERS
-
#style : String
INITIALIZATION
-
#style=(style : String)
INITIALIZATION
-
#to_s
SERIALIZER
Constructor methods inherited from class AquaPlot::XorXY
new(x : Indexable(Number), y : Indexable(Number), **options)new(x : Indexable(Number), **options) new
Instance methods inherited from class AquaPlot::SeriesOptions
get_linecolor
get_linecolor,
get_linewidth
get_linewidth,
get_pointsize
get_pointsize,
get_pointtype
get_pointtype,
get_style
get_style,
linecolor : String
linecolor,
linecolor=(linecolor : String)
linecolor=,
linewidth : Int32
linewidth,
linewidth=(linewidth : Int32)
linewidth=,
pointsize : Int32
pointsize,
pointsize=(pointsize : Int32)
pointsize=,
pointtype : Int32
pointtype,
pointtype=(pointtype : Int32)
pointtype=,
set_linecolor(linecolor : String)
set_linecolor,
set_linewidth(linewidth : Int32)
set_linewidth,
style : String
style,
style=(style : String)
style=,
to_s
to_s
Constructor methods inherited from class AquaPlot::SeriesOptions
new(linecolor : String = "", linewidth : Int32 = 2, pointtype : Int32 = 7, pointsize : Int32 = 2, **options)
new
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(x : Indexable(Number), y : Indexable(Number), fillstyle : String = "solid 0.25", **options)
#