Click or drag to resize

DoubleClickAction3D Enumeration

LightningChart .NET Help
Double click zoom/pan operation.

Used as value for DevicePrimaryButtonDoubleClickAction property, to define what happens when device primary button is double clicked.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum DoubleClickAction3D
Members
  Member nameValueDescription
Off0 Disabled.
ZoomToDataAndLabelsArea1 Zoom to fit all data and LabelsArea (the graph) to area limited by margins and ZoomPadding.
See Also