RightToLeftZoomActionRound Enumeration |
LightningChart .NET Help
Right-to-left zoom action.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum RightToLeftZoomActionRound
Public Enumeration RightToLeftZoomActionRound
public enum class RightToLeftZoomActionRound
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
Disabled.
|
| ZoomToData | 1 |
Zoom to show all data, does not take graph or labels into account.
|
| DefaultSettings | 2 |
Zooming based on the default zoom and centering settings.
Resets ZoomScale and ZoomCenter properties to default values.
|
| ZoomToLabelsArea | 3 |
Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.
|
| RectangleZoomIn | 4 |
Rectangle zoom in, like from zooming left to right.
|
| ZoomOut | 5 |
Zoom out, by given factor.
|
| PopFromZoomStack | 6 |
Zoom to previous level.
|
See Also