Enum RightToLeftZoomActionRound
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Right-to-left zoom action.
public enum RightToLeftZoomActionRound
Fields
DefaultSettings = 2Zooming based on the default zoom and centering settings. Resets ZoomScale and ZoomCenter properties to default values.
Off = 0Disabled.
PopFromZoomStack = 6Zoom to previous level.
RectangleZoomIn = 4Rectangle zoom in, like from zooming left to right.
ZoomOut = 5Zoom out, by given factor.
ZoomToData = 1Zoom to show all data, does not take graph or labels into account.
ZoomToLabelsArea = 3Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.