ComponentOne Chart for .NET (2.0) Search HelpCentral 

DrawDataSeriesEventHandler Delegate

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 _

)

[C#]

public delegate void DrawDataSeriesEventHandler(

object sender,

DrawDataSeriesEventArgs e

);

[Delphi]

type DrawDataSeriesEventHandler = procedure (

sender: Object;

e: DrawDataSeriesEventArgs

) 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

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.