ZoomPanOptionsBaseRectangleZoomingThreshold Property |
LightningChart .NET Help
Gets or sets rectangle zooming threshold.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointIntXY RectangleZoomingThreshold { get; set; }Public Property RectangleZoomingThreshold As PointIntXY
Get
Set
public:
property PointIntXY^ RectangleZoomingThreshold {
PointIntXY^ get ();
void set (PointIntXY^ value);
}Property Value
Type:
PointIntXY
See Also