AxisStyleFluent extension
Generated fluent modifiers for AxisStyle.
- on
Methods
-
withLabelStyle(
TextStyle value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.labelStyle withvalue. -
withLineColor(
Color value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.lineColor withvalue. -
withLineWidth(
double value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.lineWidth withvalue. -
withShowTicks(
bool value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.showTicks withvalue. -
withTickColor(
Color value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.tickColor withvalue. -
withTickLength(
double value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.tickLength withvalue. -
withTickWidth(
double value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.tickWidth withvalue. -
withTitleStyle(
TextStyle value) → AxisStyle -
Available on AxisStyle, provided by the AxisStyleFluent extension
Replaces AxisStyle.titleStyle withvalue.