RadarNumericAxisConfigFluent extension
Generated fluent modifiers for RadarNumericAxisConfig.
Methods
-
clearMaximum(
) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Clears RadarNumericAxisConfig.maximum tonull. -
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 withvalue. -
withLabelAngleOffsetDegrees(
double value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.labelAngleOffsetDegrees withvalue. -
withLabelOffset(
double value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.labelOffset withvalue. -
withLabelPosition(
PolarRadialLabelPosition value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.labelPosition withvalue. -
withLabelStyle(
PolarLabelStyle value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.labelStyle withvalue. -
withMaximum(
double value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.maximum withvalue. -
withMinimum(
double value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.minimum withvalue. -
withShowGridLines(
bool value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.showGridLines withvalue. -
withShowLabels(
bool value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.showLabels withvalue. -
withTickCount(
int value) → RadarNumericAxisConfig -
Available on RadarNumericAxisConfig, provided by the RadarNumericAxisConfigFluent extension
Replaces RadarNumericAxisConfig.tickCount withvalue.