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