Click or drag to resize

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.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool DisableDragToAnotherAxis { get; set; }

Property Value

Type: Boolean
See Also