ZoomAreaRound Enumeration |
LightningChart .NET Help
Zoom area options for polar and smith charts.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ZoomAreaRound
Public Enumeration ZoomAreaRound
public enum class ZoomAreaRound
Members|
| Member name | Value | Description |
|---|
| Data | 0 |
Zoom to show all data, does not take graph or labels into account.
|
| LabelsArea | 1 |
Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.
|
| DefaultSettings | 2 |
Zooming based on the default zoom and centering settings, returns the initial zoom level.
|
See Also