InteractionThemeFluent extension

Generated fluent modifiers for InteractionTheme.

on

Methods

updateCrosshairLabelStyle(LabelStyle update(LabelStyle current)) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Rebuilds InteractionTheme.crosshairLabelStyle from its current value.
updateTooltipStyle(LabelStyle update(LabelStyle current)) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Rebuilds InteractionTheme.tooltipStyle from its current value.
withCrosshairBandColor(Color value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairBandColor with value.
withCrosshairBandWidth(double value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairBandWidth with value.
withCrosshairColor(Color value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairColor with value.
withCrosshairDashPattern(List<double> value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairDashPattern with value.
withCrosshairLabelStyle(LabelStyle value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairLabelStyle with value.
withCrosshairWidth(double value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.crosshairWidth with value.
withSelectionColor(Color value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.selectionColor with value.
withTooltipStyle(LabelStyle value) InteractionTheme

Available on InteractionTheme, provided by the InteractionThemeFluent extension

Replaces InteractionTheme.tooltipStyle with value.