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

In This Topic
    Fill Property (ChartStyle)
    In This Topic
    Gets or sets the fill brush of element.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("ChartStyle.Fill", "Gets or sets the fill brush of element.")>
    Public Property Fill As Brush
    [Browsable(false)]
    [DefaultValue("")]
    [C1Description("ChartStyle.Fill", "Gets or sets the fill brush of element.")]
    public Brush Fill {get; set;}
    See Also