FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartGantt Class / AxisLabelsSource Property

In This Topic
    AxisLabelsSource Property (ChartGantt)
    In This Topic
    Gets or sets the source of x-axis labels for a Gantt chart.
    Syntax
    'Declaration
     
    Public Property AxisLabelsSource As ChartAxisLabelsSource
    public ChartAxisLabelsSource AxisLabelsSource {get; set;}
    See Also