CrImage::Draw::AxisStyle
Inherits Reference / Object
AxisStyle defines the appearance of a chart axis.
Constructors
new(color : CrImage::Color::Color = Color::BLACK, thickness : Int32 = 1, tick_length : Int32 = 5, tick_count : Int32 = 5, show_grid : Bool = false, grid_color : CrImage::Color::Color = Color::GRAY, text_color : CrImage::Color::Color = Color::BLACK, font_size : Int32 = 10)
SourceInstance methods
color
Sourcecolor=(color : Color::Color)
Sourcefont_size
Sourcefont_size=(font_size : Int32)
Sourcegrid_color
Sourcegrid_color=(grid_color : Color::Color)
Sourceshow_grid
Sourceshow_grid=(show_grid : Bool)
Sourcetext_color
Sourcetext_color=(text_color : Color::Color)
Sourcethickness
Sourcethickness=(thickness : Int32)
Sourcetick_count
Sourcetick_count=(tick_count : Int32)
Sourcetick_length
Sourcetick_length=(tick_length : Int32)
Source