Click or drag to resize

ZoomAreaRound Enumeration

LightningChart .NET Help
Zoom area options for polar and smith charts.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ZoomAreaRound
Members
  Member nameValueDescription
Data0 Zoom to show all data, does not take graph or labels into account.
LabelsArea1 Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.
DefaultSettings2 Zooming based on the default zoom and centering settings, returns the initial zoom level.
See Also