ZoomPanOptions3DBaseWheelZoomFactor Property |
LightningChart .NET Help
Gets or sets user interactive device wheel zoom factor. This is a dependency property. It's used when zooming with wheel (moving camera closer to 3D model center) in or out.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1.1")]
public double WheelZoomFactor { get; set; }<DefaultValueAttribute(GetType(Double), "1.1")>
Public Property WheelZoomFactor As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1.1")]
property double WheelZoomFactor {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also