[]
The collection of three Chart3DAxis objects named “X”, “Y” and “Z”.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DAxisCollection : ReadOnlyCollectionBase, ICollection, IEnumerable
| Name | Description |
|---|---|
| AxisFont | Gets or sets the axis annotation font. |
| AxisTitleFont | Gets or sets the axis title font. |
| this[int] | Gets the specified Axis from the collection by numeric index. |
| this[string] | Gets the specified Axis from the collection by string. |
| Name | Description |
|---|---|
| CopyTo(Chart3DAxis[], int) | Copies the collection Chart3DAxis elements beginning with the specified index to an array of Chart3DAxis objects. |
| ToString() |