RadarNumericAxisConfigFluent extension

Generated fluent modifiers for RadarNumericAxisConfig.

on

Methods

clearMaximum() RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Clears RadarNumericAxisConfig.maximum to null.
updateLabelStyle(PolarLabelStyle update(PolarLabelStyle current)) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Rebuilds RadarNumericAxisConfig.labelStyle from its current value.
withGridShape(RadarGridShape value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.gridShape with value.
withLabelAngleOffsetDegrees(double value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.labelAngleOffsetDegrees with value.
withLabelOffset(double value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.labelOffset with value.
withLabelPosition(PolarRadialLabelPosition value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.labelPosition with value.
withLabelStyle(PolarLabelStyle value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.labelStyle with value.
withMaximum(double value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.maximum with value.
withMinimum(double value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.minimum with value.
withShowGridLines(bool value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.showGridLines with value.
withShowLabels(bool value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.showLabels with value.
withTickCount(int value) RadarNumericAxisConfig

Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension

Replaces RadarNumericAxisConfig.tickCount with value.