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

In This Topic
    DisposeBrush Property
    In This Topic
    Gets or sets whether the brush should be disposed by the chart after drawing the series. If DisposeBrush is false the brush is not disposed by the chart.
    Syntax
    'Declaration
     
    Public Property DisposeBrush As System.Boolean
    public System.bool DisposeBrush {get; set;}
    See Also