CrosshairConfigFluent extension

Generated fluent modifiers for CrosshairConfig.

on

Methods

clearCoordinateLabelStyle() CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Clears CrosshairConfig.coordinateLabelStyle to null.
updateStyle(CrosshairStyle update(CrosshairStyle current)) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Rebuilds CrosshairConfig.style from its current value.
withCoordinateLabelStyle(TextStyle value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.coordinateLabelStyle with value.
withDisplayMode(CrosshairDisplayMode value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.displayMode with value.
withEnabled(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.enabled with value.
withInterpolateValues(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.interpolateValues with value.
withIntersectionMarkerRadius(double value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.intersectionMarkerRadius with value.
withMode(CrosshairMode value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.mode with value.
withPersistOnPointerExit(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.persistOnPointerExit with value.
withShowCoordinateLabels(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.showCoordinateLabels with value.
withShowIntersectionMarkers(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.showIntersectionMarkers with value.
withShowTrackingTooltip(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.showTrackingTooltip with value.
withSnapRadius(double value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.snapRadius with value.
withSnapToDataPoint(bool value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.snapToDataPoint with value.
withStyle(CrosshairStyle value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.style with value.
withTrackingModeThreshold(int value) CrosshairConfig

Available on CrosshairConfig, provided by the CrosshairConfigFluent extension

Replaces CrosshairConfig.trackingModeThreshold with value.