ViewRoundBaseZoomScale Property |
LightningChart .NET Help
Current zooming scale.
1 is the deafult zoom that shows the circle at it's maximum size
so that it just fills the view area reduced by the margins.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double ZoomScale { get; set; }Public Property ZoomScale As Double
Get
Set
public:
property double ZoomScale {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also