SeriesBaseXYDisableDragToAnotherAxis Property |
LightningChart .NET Help
Disable dragging from Y axis to another Y axis or from chart to another chart.
Set this true if you want to zoom in the series area, and keep other user interactive device interactivity features available.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool DisableDragToAnotherAxis { get; set; }<DefaultValueAttribute(true)>
Public Property DisableDragToAnotherAxis As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool DisableDragToAnotherAxis {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also