Enum ZoomAreaRound
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Zoom area options for polar and smith charts.
public enum ZoomAreaRound
Fields
Data = 0Zoom to show all data, does not take graph or labels into account.
DefaultSettings = 2Zooming based on the default zoom and centering settings, returns the initial zoom level.
LabelsArea = 1Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.