ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.DrawDataSeries Event

Fires when the data series is about to be drawn. This event allows changes to the brush that will be used for data series plotting, including the addition of hatching, gradients and textures.

[Visual Basic]

Public Event DrawDataSeries As DrawDataSeriesEventHandler

[C#]

public event DrawDataSeriesEventHandler DrawDataSeries

[Delphi]

public property DrawDataSeries: DrawDataSeriesEventHandler read remove_DrawDataSeries write add_DrawDataSeries;

Remarks

The event handler receives an argument of type DrawDataSeriesEventArgs containing data related to this event.  The sender object of the event is the ChartDataSeries object about to be drawn.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


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