[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection

PointStylesCollection Class

Stores point styles.

Inheritance
PointStylesCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class PointStylesCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
PointStylesCollection()

Properties

Name Description
this[int]

Gets the specified PointStyle from the collection by numeric index.

Methods

Name Description
Add(PointStyle)

Adds the specified PointStyle to the collection.

AddNewPointStyle()

Creates a new PointStyle and appends it to the collection.

Contains(PointStyle)

Determines whether the specified PointStyle exists in the collection.

CopyTo(PointStyle[], int)

Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects.

IndexOf(PointStyle)

Gets the current index of the specified PointStyle in the collection.

Insert(int, PointStyle)

Inserts the specified PointStyle in the collection at the specified index.

OnClearComplete()
OnInsert(int, object)
OnRemove(int, object)
OnRemoveComplete(int, object)
Remove(PointStyle)

Removes the specified PointStyle from the collection.