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.
[Visual Basic]
Public Property DisposePen As Boolean
[C#]
public bool DisposePen {get;set;}
[Delphi]
public property DisposePen: Boolean read get_DisposePen write set_DisposePen;
See Also
DrawDataSeriesEventArgs Class | DrawDataSeriesEventArgs Members | C1.Win.C1Chart Namespace | DrawDataSeriesEventArgs Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |