Click or drag to resize

RectangleZoomMode Enumeration

LightningChart .NET Help
Rectangle zooming mode, which tells how axis ranges (Minimum and Maximum on X and Y axes) are updated by rectangle zooming operation.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum RectangleZoomMode
Members
  Member nameValueDescription
Horizontal0 Zooms on X-axis range. Y-axis range remain as is.
Vertical1 Zooms on Y-axis range. X-axis range remain as is.
HorizontalAndVertical2 Zooms on X and Y-axis.
AboutXAxisZoomOrigin3 Zooms on X-axis, around X-axis ZoomOrigin value. Y-axis range will be set by mouse start and end coordinates.
AboutYAxisZoomOrigin4 Zooms on Y-axis, around Y-axis ZoomOrigin value. X-axis range will be set by mouse start and end coordinates.
AboutXYZoomOrigin5 Zooms on both X and Y-axis about axes ZoomOrigin values.
See Also