'Declaration Public Event DrawDataSeries As C1.Win.C1Chart.DrawDataSeriesEventHandler
public event C1.Win.C1Chart.DrawDataSeriesEventHandler DrawDataSeries
Event Data
The event handler receives an argument of type C1.Win.C1Chart.DrawDataSeriesEventArgs containing data related to this event. The following DrawDataSeriesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Bounds | |
Brush | |
DisposeBrush | |
DisposePen | |
GroupIndex | |
IsLegend | |
Pen | |
SeriesIndex |
See Also