LabelX
Sets the text label for the X-axis (horizontal) of a chart.
Values
Text. Specifies the text label for the X-axis. This parameter accepts a WideString value.
Examples
ChartGraph.LabelX = 'Date';
Sets the text label of the X-axis to "Date".