[]
Gets the ChartLabels object.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartLabels
Name | Description |
---|---|
ChartLabels() | Creates a new instance of ChartLabels class. |
ChartLabels(C1Chart) | Creates a new instance of ChartLabels class. |
Name | Description |
---|---|
AutoArrangement | Gets the AutoLabelArrangement object which controls label arrangement. |
DefaultLabelStyle | Gets the DefaultLabelStyle. |
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 LabelsCollection. |
Name | Description |
---|---|
LabelFromCoord(int, int, ref int) | Used to obtain the LabelIndex at the specified coordinate. |