Back to Devexpress

DrillDownStateChangedEventArgs.Series Property

corelibraries-devexpress-dot-xtracharts-dot-drilldownstatechangedeventargs.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public Series[] Series { get; }
vb
Public ReadOnly Property Series As Series()

Property Value

TypeDescription
Series[]

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

|

See Also

DrillDownStateChangedEventArgs Class

DrillDownStateChangedEventArgs Members

DevExpress.XtraCharts Namespace