Click or drag to resize

ZoomPanOptionsBaseZoomFactor Property

LightningChart .NET Help
Gets or sets zoom factor. This is a dependency property. It's used when zooming in with a user interactive device click combined with Shift and/or Ctrl key. Shift key makes zooming in X dimension, Ctrl in Y dimension. Device primary button zooms in, secondary zooms out.

Namespace:  Arction.Wpf.ChartingMVVM.Views
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "2")]
public double ZoomFactor { get; set; }

Property Value

Type: Double
See Also