FillColor Property (ChartStyle)
In This Topic
Gets or sets the fill color.
Syntax
'Declaration
<C1DescriptionAttribute("ChartStyle.FillColor", "Gets or sets the fill color.")>
Public Property FillColor As Color
[C1Description("ChartStyle.FillColor", "Gets or sets the fill color.")]
public Color FillColor {get; set;}
See Also