XAxisConfigFluent extension

Generated fluent modifiers for XAxisConfig.

on

Methods

clearCategoryAxis() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.categoryAxis to null.
clearColor() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.color to null.
clearLabel() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.label to null.
clearMax() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.max to null.
clearMin() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.min to null.
clearRenderMax() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.renderMax to null.
clearRenderMin() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.renderMin to null.
clearTickCount() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.tickCount to null.
clearTickLabelCollisionPolicy() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.tickLabelCollisionPolicy to null.
clearTickLabelRotationDegrees() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Clears XAxisConfig.tickLabelRotationDegrees to null.
clearUnit() XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.crosshairLabelPosition with value.
withHeightBounds(double minHeight, double maxHeight) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.minHeight and XAxisConfig.maxHeight together.
withLabel(String value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.minorTickLength with value.
withPosition(XAxisPosition value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.tickCount with value.
withTickLabelCollisionPadding(double value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.tickLabelCollisionPadding with value.
withTickLabelCollisionPolicy(XAxisTickLabelCollisionPolicy value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.tickLabelCollisionPolicy with value.
withTickLabelPadding(double value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.tickLabelPadding with value.
withTickLabelRotationDegrees(double value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.tickLabelRotationDegrees with value.
withUnit(String value) XAxisConfig

Available on XAxisConfig, provided by the XAxisConfigFluent extension

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

Available on XAxisConfig, provided by the XAxisConfigFluent extension

Replaces XAxisConfig.visible with value.