View3DZoomPanOptions Property |
LightningChart .NET Help
Gets or sets zoom, pan and rotation options. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic ZoomPanOptions3D ZoomPanOptions { get; set; }Public Property ZoomPanOptions As ZoomPanOptions3D
Get
Set
public:
property ZoomPanOptions3D^ ZoomPanOptions {
ZoomPanOptions3D^ get ();
void set (ZoomPanOptions3D^ value);
}Property Value
Type:
ZoomPanOptions3D
See Also