ChartOptionsAllowInternalCursorChange Property |
LightningChart .NET Help
Allow internal cursor change.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AllowInternalCursorChange { get; set; }<DefaultValueAttribute(true)>
Public Property AllowInternalCursorChange As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowInternalCursorChange {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also