YAxisConfigFluent extension
Generated fluent modifiers for YAxisConfig.
- on
Methods
-
clearCategoryAxis(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.categoryAxis tonull. -
clearColor(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.color tonull. -
clearLabel(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.label tonull. -
clearMax(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.max tonull. -
clearMin(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.min tonull. -
clearRenderMax(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.renderMax tonull. -
clearRenderMin(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.renderMin tonull. -
clearTickCount(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.tickCount tonull. -
clearUnit(
) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Clears YAxisConfig.unit tonull. -
withAxisLabelPadding(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.axisLabelPadding withvalue. -
withAxisMargin(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.axisMargin withvalue. -
withCategoryAxis(
CategoryAxisConfig value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.categoryAxis withvalue. -
withColor(
Color value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.color withvalue. -
withCrosshairLabelPosition(
CrosshairLabelPosition value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.crosshairLabelPosition withvalue. -
withLabel(
String value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.label withvalue. -
withLabelDisplay(
AxisLabelDisplay value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.labelDisplay withvalue. -
withLogBase(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.logBase withvalue. -
withMinorTickCount(
int value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.minorTickCount withvalue. -
withMinorTickLength(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.minorTickLength withvalue. -
withPosition(
YAxisPosition value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.position withvalue. -
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 withvalue. -
withRenderMin(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.renderMin withvalue. -
withScaleType(
AxisScaleType value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.scaleType withvalue. -
withShowAxisLine(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.showAxisLine withvalue. -
withShowCrosshairLabel(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.showCrosshairLabel withvalue. -
withShowMinorTicks(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.showMinorTicks withvalue. -
withShowTickLabels(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.showTickLabels withvalue. -
withShowTicks(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.showTicks withvalue. -
withTickCount(
int value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.tickCount withvalue. -
withTickLabelPadding(
double value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.tickLabelPadding withvalue. -
withUnit(
String value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.unit withvalue. -
withVisible(
bool value) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.visible withvalue. -
withWidthBounds(
double minWidth, double maxWidth) → YAxisConfig -
Available on YAxisConfig, provided by the YAxisConfigFluent extension
Replaces YAxisConfig.minWidth and YAxisConfig.maxWidth together.