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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Series[] Series { get; }

Property Value

Type Description
Series[]

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

See Also