ZoomPanOptions3DLimitBoxZoomInsideGraph Property |
LightningChart .NET Help
Limit box zooming inside graph.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool LimitBoxZoomInsideGraph { get; set; }<DefaultValueAttribute(true)>
Public Property LimitBoxZoomInsideGraph As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool LimitBoxZoomInsideGraph {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also