ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartStyle Class / FillColor Property

In This Topic
    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