0

is there a way to shorten the displayed value thats on the X axis. Right know its displaying year, month, day, hour, minutes, secounds, milisecounds and Timezone. Is it possilbe only to display hh:mm:ss

Current display in the image below.

enter image description here

I tried to change the Label format as well as the Value Type but it didnt change anything

chart1.Series["Regelungsdaten"].XValueType = ChartValueType.Time;
                
                objChart.AxisX.LabelStyle.Format = "hh:mm:ss";
Zaros
  • 9
  • 2
  • see https://stackoverflow.com/questions/18911908/custom-label-on-x-axis – CthenB Nov 23 '22 at 10:14
  • 1
    Does this answer your question? [custom label on x-axis](https://stackoverflow.com/questions/18911908/custom-label-on-x-axis) – CthenB Nov 23 '22 at 10:14

0 Answers0