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