I have a webchart that displays time labels on the bottom axis.
I want a label displayed at the very start (min value) and the very end of the axis (max value). I set
Code: Select all
tChart.Axes.Bottom.Labels.OnAxis = true;
The label at the end of the axis is not displayed.
How do I make the webchart show the end label?