InteractionConfigFluent extension
Generated fluent modifiers for InteractionConfig.
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 withvalue. -
withEnabled(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.enabled withvalue. -
withEnableFocusOnHover(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.enableFocusOnHover withvalue. -
withEnablePan(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.enablePan withvalue. -
withEnableSelection(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.enableSelection withvalue. -
withEnableZoom(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.enableZoom withvalue. -
withGesture(
GestureConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.gesture withvalue. -
withKeyboard(
KeyboardConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.keyboard withvalue. -
withKeyboardZoomPercent(
int value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.keyboardZoomPercent withvalue. -
withSelection(
ChartSelectionConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.selection withvalue. -
withShowFocusBorder(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.showFocusBorder withvalue. -
withShowXScrollbar(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.showXScrollbar withvalue. -
withShowYScrollbar(
bool value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.showYScrollbar withvalue. -
withTooltip(
TooltipConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.tooltip withvalue. -
withTouch(
TouchInteractionConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.touch withvalue. -
withValueSummary(
CartesianValueSummaryConfig value) → InteractionConfig -
Available on InteractionConfig, provided by the InteractionConfigFluent extension
Replaces InteractionConfig.valueSummary withvalue.