LegendBoxBaseHighlightSeriesTitleColor Property |
LightningChart .NET Help
Highlighted series title color on legend box.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "Yellow")]
public Color HighlightSeriesTitleColor { get; set; }<DefaultValueAttribute(GetType(Color), "Yellow")>
Public Property HighlightSeriesTitleColor As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Yellow")]
property Color HighlightSeriesTitleColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also