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.
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";