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