Back to Devexpress

ChartCollectionBase.ToArray() Method

corelibraries-devexpress-dot-xtracharts-dot-chartcollectionbase-a1bc3e48.md

latest1.5 KB
Original Source

ChartCollectionBase.ToArray() Method

Copies the elements of the ChartCollectionBase to a new array of ChartElement objects.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartElement[] ToArray()
vb
Public Function ToArray As ChartElement()

Returns

TypeDescription
ChartElement[]

An array of ChartElement objects containing the copies of the elements of the ChartCollectionBase.

|

Remarks

Use the ToArray method to convert the ChartCollectionBase object to an array.

See Also

ChartCollectionBase Class

ChartCollectionBase Members

DevExpress.XtraCharts Namespace