| C1.Win.C1Chart.4 Assembly > C1.Win.C1Chart Namespace : PointStylesCollection Class |
The following tables list the members exposed by PointStylesCollection.
| Name | Description | |
|---|---|---|
![]() | PointStylesCollection Constructor |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the specified PointStyle from the collection by numeric index. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified PointStyle to the collection. |
![]() | AddNewPointStyle | Creates a new PointStyle and appends it to the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified PointStyle exists in the collection. |
![]() | CopyTo | Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects. |
![]() | IndexOf | Gets the current index of the specified PointStyle in the collection. |
![]() | Insert | Inserts the specified PointStyle in the collection at the specified index. |
![]() | Remove | Removes the specified PointStyle from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |