[]
        
(Showing Draft Content)

C1.Win.C1Chart.DrawDataSeriesEventArgs

DrawDataSeriesEventArgs Class

Provides data for the DrawDataSeries event.

Inheritance
DrawDataSeriesEventArgs
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class DrawDataSeriesEventArgs : EventArgs

Properties

Name Description
Bounds

Gets the rectangular area in which the data series will be plotted.

Brush

Gets or sets the brush that will be used for data plotting.

DisposeBrush

Gets or sets whether the brush should be disposed by the chart after drawing the series. If DisposeBrush is false the brush is not disposed by the chart.

DisposePen

Gets or sets whether the pen should be disposed by the chart after drawing the series. If DisposePen is false the pen is not disposed by the chart.

GroupIndex

Gets the index of the chart group.

IsLegend

Gets whether the current region about to be drawn is in the legend.

Pen

Gets or sets the pen that will be used for data plotting.

SeriesIndex

Gets the index of the data series about to be drawn.