LegendBoxRoundUnitsColor Property |
LightningChart .NET Help
Units text color
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Color), "White")]
public Color UnitsColor { get; }<BrowsableAttribute(false)>
<DefaultValueAttribute(GetType(Color), "White")>
Public ReadOnly Property UnitsColor As Color
Get
public:
[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Color), L"White")]
property Color UnitsColor {
Color get ();
}Property Value
Type:
Color
See Also