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