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