YAxisConfigFluent extension

Generated fluent modifiers for YAxisConfig.

on

Methods

clearCategoryAxis() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.categoryAxis to null.
clearColor() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.color to null.
clearLabel() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.label to null.
clearMax() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.max to null.
clearMin() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.min to null.
clearRenderMax() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.renderMax to null.
clearRenderMin() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.renderMin to null.
clearTickCount() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.tickCount to null.
clearUnit() YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Clears YAxisConfig.unit to null.
withAxisLabelPadding(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.axisLabelPadding with value.
withAxisMargin(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.axisMargin with value.
withCategoryAxis(CategoryAxisConfig value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.categoryAxis with value.
withColor(Color value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.color with value.
withCrosshairLabelPosition(CrosshairLabelPosition value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.crosshairLabelPosition with value.
withLabel(String value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.label with value.
withLabelDisplay(AxisLabelDisplay value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.labelDisplay with value.
withLogBase(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.logBase with value.
withMinorTickCount(int value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.minorTickCount with value.
withMinorTickLength(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.minorTickLength with value.
withPosition(YAxisPosition value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.position with value.
withRange(double min, double max) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.min and YAxisConfig.max together.
withRenderMax(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.renderMax with value.
withRenderMin(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.renderMin with value.
withScaleType(AxisScaleType value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.scaleType with value.
withShowAxisLine(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.showAxisLine with value.
withShowCrosshairLabel(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.showCrosshairLabel with value.
withShowMinorTicks(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.showMinorTicks with value.
withShowTickLabels(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.showTickLabels with value.
withShowTicks(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.showTicks with value.
withTickCount(int value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.tickCount with value.
withTickLabelPadding(double value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.tickLabelPadding with value.
withUnit(String value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.unit with value.
withVisible(bool value) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.visible with value.
withWidthBounds(double minWidth, double maxWidth) YAxisConfig

Available on YAxisConfig, provided by the YAxisConfigFluent extension

Replaces YAxisConfig.minWidth and YAxisConfig.maxWidth together.