FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / ChartStyle Class / Fill Property

In This Topic
    Fill Property (ChartStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Fill As System.Nullable(Of Color)
    public System.Nullable<Color> Fill {get; set;}
    See Also