Use the members of this enumeration to set the value of the AxisLabelsSource
property in the Gantt class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum AxisLabelsSourceEnum |
| Visual Basic |
|---|
Public Enumeration AxisLabelsSourceEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SeriesLabels | 0 | Series labels are used as axis labels. | |
| XValues | 1 | X data values are used for axis annotation. | |
| None | 2 | No axis labels. |