DataPointLabelConfigFluent extension

Generated fluent modifiers for DataPointLabelConfig.

on

Methods

clearBackground() DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Clears DataPointLabelConfig.background to null.
clearLabelColor() DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Clears DataPointLabelConfig.labelColor to null.
withBackground(Color value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.background with value.
withBackgroundOpacity(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.backgroundOpacity with value.
withCollisionPadding(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.collisionPadding with value.
withCollisionPolicy(DataPointLabelCollisionPolicy value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.collisionPolicy with value.
withContent(DataPointLabelContent value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.content with value.
withFontSize(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.fontSize with value.
withFontWeight(FontWeight value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.fontWeight with value.
withLabelColor(Color value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.labelColor with value.
withMarkerGap(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.markerGap with value.
withOffsetX(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.offsetX with value.
withOffsetY(double value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.offsetY with value.
withPlotEdgeAware(bool value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.plotEdgeAware with value.
withPosition(DataPointLabelPosition value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.position with value.
withShow(bool value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.show with value.
withShowUnit(bool value) DataPointLabelConfig

Available on DataPointLabelConfig, provided by the DataPointLabelConfigFluent extension

Replaces DataPointLabelConfig.showUnit with value.