ChartOptionsShowHints Property |
LightningChart .NET Help
Selects when to show hints about the use of some critical properties.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(HintsVisible.Always)]
public HintsVisible ShowHints { get; set; }<DefaultValueAttribute(HintsVisible.Always)>
Public Property ShowHints As HintsVisible
Get
Set
public:
[DefaultValueAttribute(HintsVisible::Always)]
property HintsVisible ShowHints {
HintsVisible get ();
void set (HintsVisible value);
}Property Value
Type:
HintsVisible
See Also