ChartOptionsShowDebugData Property |
LightningChart .NET Help
Controls showing debugging information on chart.
This is intended only for debugging and special situations.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool ShowDebugData { get; set; }<DefaultValueAttribute(false)>
Public Property ShowDebugData As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ShowDebugData {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also