Customizing Chart Elements / Custom Brushes for Plotting Data
Custom Brushes for Plotting Data
In This Topic

This section provides information on using the DrawDataSeriesEventArgs for creating a custom brush during plotting.

Whenever a data series is plotted, the DrawDataSeries event of C1Chart fires. This event allows defining the selection of a custom brush during plotting. The event sender object is the C1Chart.ChartDataSeries to be plotted. The event data (DrawDataSeriesEventArgs) have the following properties:

See Also