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