struct UI::ChartDataPoint

Defined in:

ui/views/chart_view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : String = "", value : Float64 = 0.0, color : Color | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def color : Color | Nil #

def copy_with(label _label = @label, value _value = @value, color _color = @color) #

[View source]
def label : String #

def value : Float64 #