Skip to main content
A newer version of this page is available. .

DrillDownStateChangedEventArgs.Series Property

Provides the array of series that the chart control generates using the new actual series template.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Series[] Series { get; }

Property Value

Type Description
Series[]

Series that the chart control generates using the new actual series template.

See Also