[]
The Chart3DLabels contains all chart labels.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLabels
| Name | Description |
|---|---|
| DefaultStyle | Gets the default label style. |
| this[int] | Gets the specified label from the collection by numerical index. |
| this[string] | Gets the specified label from the collection by name. |
| LabelsCollection | Gets the labels collection. |
| Name | Description |
|---|---|
| AddNewLabel() | Creates a new label and appends it to the collection. |
| LabelFromCoord(int, int, ref int) | Gets the label index at the specified location. |
| Remove(Chart3DLabel) | Removes the specified label from the collection. |
| ToString() | Returns a string that represents the current Chart3DLabels. |