2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DrawDataSeriesEventArgs Class / Brush Property

In This Topic
    Brush Property
    In This Topic
    Gets or sets the brush that will be used for data plotting.
    Syntax
    'Declaration
     
    Public Property Brush As System.Drawing.Brush
    public System.Drawing.Brush Brush {get; set;}
    See Also