[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStylesCollection

Chart3DStylesCollection Class

Represents collection of Chart3DStyle objects used for scatter charts.

Inheritance
NotifiersCollection
Chart3DStylesCollection
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public class Chart3DStylesCollection : NotifiersCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the specified style from the collection by numeric index.

Methods

Name Description
Add(Chart3DStyle)

Adds the specified Chart3DStyle to the collection.

AddNewStyle()

Creates a new Chart3DStyle and appends it to the collection.

Contains(Chart3DStyle)

Determines whether the specified Chart3DStyle exists in the collection.

CopyTo(Chart3DStyle[], int)

Copies the collection Chart3DStyle elements beginning with the specified index to an array of BarColor objects.

IndexOf(Chart3DStyle)

Gets the index of the specified Chart3DStyle in the collection.

Insert(int, Chart3DStyle)

Adds a Chart3DStyle object to the collection at the specified index.

OnInsertComplete(int, object)
Remove(Chart3DStyle)

Removes a Chart3DStyle object from the collection.

ToString()

Returns a string that represents the current Chart3DStylesCollection.