CandlestickChartYLegendStyle class

Constructors

CandlestickChartYLegendStyle({TextStyle? textStyle, CandlestickChartLineStyle? lineStyle, int numberOfLabels = 2, int? fractionDigits = 2})
const

Properties

fractionDigits int?
Number of digits displayed
final
hashCode int
The hash code for this object.
no setterinherited
lineStyle CandlestickChartLineStyle?
If the style is not provided the lines are not displayed
final
numberOfLabels int
Number of legend you want to display
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style of the y legend text
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited