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