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