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