Represents the method that will handle the DrawSeries event of a ChartDataSeries class.
[Visual Basic]
Public Delegate Sub DrawSeriesEventHandler( _
ByVal sender As Object, _
ByVal e As DrawSeriesEventArgs _
)
[Delphi]
type DrawSeriesEventHandler = procedure (
sender: Object;
) of object;
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |