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



In This Topic
    Fill Property (ChartStyle)
    In This Topic
    Gets or sets the fill brush.
    Syntax
    'Declaration
     
    
    Public Property Fill As Brush
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Brush
     
    instance.Fill = value
     
    value = instance.Fill
    public Brush Fill {get; set;}
    public:
    property Brush^ Fill {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also