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; }<DefaultValueAttribute(GetType(Double), "2")>
Public Property ZoomFactor As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"2")]
property double ZoomFactor {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also