[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DPointSeriesCollection

Chart3DPointSeriesCollection Class

Represents the collection of chart 3D point series.

Inheritance
Chart3DPointSeriesCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart3DPointSeriesCollection : ChartObjectCollection<Chart3DPointSeries>, ICollection<Chart3DPointSeries>, IEnumerable<Chart3DPointSeries>, IList, ICollection, IEnumerable, IC1SerializableCollection

Methods

Name Description
Add(Chart3DPointSeries)

Adds an existing point series into the collection.

AddNewSeries()

Adds a new point series into the collection.

Clear()

Removes all items from the collection.

Remove(Chart3DPointSeries)

Removes an existing point series from the collection.

RemoveAt(int)

Removes the point series at the specific index.