LegendOptions class

Annotations

Constructors

LegendOptions({bool isLegendContainerShown = true, double legendContainerMarginLR = 8.0, double legendContainerMarginTB = 4.0, double betweenLegendItemsPadding = 4.0, double legendColorIndicatorWidth = 20.0, double legendItemIndicatorToLabelPad = 2.0, TextAlign legendTextAlign = ui.TextAlign.left})
const

Properties

betweenLegendItemsPadding double
Between each legend item pairs (indicator + label)
final
hashCode int
The hash code for this object.
no setterinherited
isLegendContainerShown bool
Manages showing the legend container on the chart.
final
legendColorIndicatorWidth double
Width of the colored square, indicator of each dataRow
final
legendContainerMarginLR double
Margin on the left/right of the LegendContainer
final
legendContainerMarginTB double
Margin on the top/bottom of the LegendContainer
final
legendItemIndicatorToLabelPad double
Between square indicator, to label
final
legendTextAlign TextAlign
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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