InteractionConfigFluent extension

Generated fluent modifiers for InteractionConfig.

on

Methods

updateCrosshair(CrosshairConfig update(CrosshairConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.crosshair from its current value.
updateGesture(GestureConfig update(GestureConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.gesture from its current value.
updateKeyboard(KeyboardConfig update(KeyboardConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.keyboard from its current value.
updateSelection(ChartSelectionConfig update(ChartSelectionConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.selection from its current value.
updateTooltip(TooltipConfig update(TooltipConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.tooltip from its current value.
updateTouch(TouchInteractionConfig update(TouchInteractionConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.touch from its current value.
updateValueSummary(CartesianValueSummaryConfig update(CartesianValueSummaryConfig current)) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Rebuilds InteractionConfig.valueSummary from its current value.
withCrosshair(CrosshairConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.crosshair with value.
withEnabled(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.enabled with value.
withEnableFocusOnHover(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.enableFocusOnHover with value.
withEnablePan(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.enablePan with value.
withEnableSelection(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.enableSelection with value.
withEnableZoom(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.enableZoom with value.
withGesture(GestureConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.gesture with value.
withKeyboard(KeyboardConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.keyboard with value.
withKeyboardZoomPercent(int value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.keyboardZoomPercent with value.
withSelection(ChartSelectionConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.selection with value.
withShowFocusBorder(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.showFocusBorder with value.
withShowXScrollbar(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.showXScrollbar with value.
withShowYScrollbar(bool value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.showYScrollbar with value.
withTooltip(TooltipConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.tooltip with value.
withTouch(TouchInteractionConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.touch with value.
withValueSummary(CartesianValueSummaryConfig value) InteractionConfig

Available on InteractionConfig, provided by the InteractionConfigFluent extension

Replaces InteractionConfig.valueSummary with value.