LegendBoxItemTitleColor Property |
LightningChart .NET Help
Color
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "White")]
public Color Color { get; set; }<DefaultValueAttribute(GetType(Color), "White")>
Public Property Color As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"White")]
property Color Color {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also