Click or drag to resize

RightToLeftZoomActionRound Enumeration

LightningChart .NET Help
Right-to-left zoom action.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum RightToLeftZoomActionRound
Members
  Member nameValueDescription
Off0 Disabled.
ZoomToData1 Zoom to show all data, does not take graph or labels into account.
DefaultSettings2 Zooming based on the default zoom and centering settings. Resets ZoomScale and ZoomCenter properties to default values.
ZoomToLabelsArea3 Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.
RectangleZoomIn4 Rectangle zoom in, like from zooming left to right.
ZoomOut5 Zoom out, by given factor.
PopFromZoomStack6 Zoom to previous level.
See Also