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