AxisStyleFluent extension

Generated fluent modifiers for AxisStyle.

on

Methods

withLabelStyle(TextStyle value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.labelStyle with value.
withLineColor(Color value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.lineColor with value.
withLineWidth(double value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.lineWidth with value.
withShowTicks(bool value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.showTicks with value.
withTickColor(Color value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.tickColor with value.
withTickLength(double value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.tickLength with value.
withTickWidth(double value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.tickWidth with value.
withTitleStyle(TextStyle value) AxisStyle

Available on AxisStyle, provided by the AxisStyleFluent extension

Replaces AxisStyle.titleStyle with value.