Use the members of this enumeration to set the value of the AxisLabelsSource property in the Gantt class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum AxisLabelsSourceEnum
Visual Basic
Public Enumeration AxisLabelsSourceEnum

Members

Member nameValueDescription
SeriesLabels0 Series labels are used as axis labels.
XValues1 X data values are used for axis annotation.
None2 No axis labels.

See Also