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

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