ViewSmithZoomCenter Property |
LightningChart .NET Help
View center coordinates.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointSmith ZoomCenter { get; set; }Public Property ZoomCenter As PointSmith
Get
Set
public:
property PointSmith^ ZoomCenter {
PointSmith^ get ();
void set (PointSmith^ value);
}Property Value
Type:
PointSmith
See Also