[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DPointsCollection

Chart3DPointsCollection Class

Represents the collection of chart 3D points.

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

Methods

Name Description
Add(Chart3DPoint)

Adds an existing data point into the collection.

AddNewPoint()

Adds a new data point into the collection.

Clear()

Removes all items from the collection.

Remove(Chart3DPoint)

Removes an existing data point from the collection.

RemoveAt(int)

Removes the data point at the specific index.