ZoomPanOptionsBaseZoomFactor Property |
LightningChart .NET Help
Zoom factor. It's used when zooming in with a user interactive device button 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 buttom zooms out.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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