DataBreakingOptionsEnabled Property |
LightningChart .NET Help
Data gap defining value. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(bool), "false")]
public bool Enabled { get; set; }<DefaultValueAttribute(GetType(Boolean), "false")>
Public Property Enabled As Boolean
Get
Set
public:
[DefaultValueAttribute(typeof(bool), L"false")]
property bool Enabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also