[]
Represents collection of Chart3DStyle objects used for scatter charts.
public class Chart3DStylesCollection : NotifiersCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified style from the collection by numeric index. |
| 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. |