View3DZoomPanOptions Property |
LightningChart .NET Help
Zoom, pan and rotation options.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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