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.
[Visual Basic]
Public Property DisposeBrush As Boolean
[C#]
public bool DisposeBrush {get;set;}
[Delphi]
public property DisposeBrush: Boolean read get_DisposeBrush write set_DisposeBrush;
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. |