ComponentOne Chart for .NET (2.0) Search HelpCentral 

PostDrawSeriesEventHandler Delegate

Represents the method that will handle the PostDrawSeries event of a ChartDataSeries class.

[Visual Basic]

Public Delegate Sub PostDrawSeriesEventHandler( _

ByVal sender As Object, _

ByVal e As PostDrawSeriesEventArgs _

)

[C#]

public delegate void PostDrawSeriesEventHandler(

object sender,

PostDrawSeriesEventArgs e

);

[Delphi]

type PostDrawSeriesEventHandler = procedure (

sender: Object;

e: PostDrawSeriesEventArgs

) of object;

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

See Also

C1.Win.C1Chart Namespace


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