How to scale x axis in a line diagram?
Hello,
we're working with the template builder, version 11.1.1.6. I want to scale the x-axis because we get data for every minute of the day. But on the x-axis we want a vertical gridline just for every hour and we want show a text only for every 3 hours. Maybe like this:
| | | | |
|______|______|______|______| ...
00:00 03:00 ...
So I have to "customize" the x-axis within a line-diagram. Is there a possibility to do so? I know how to scale the y-axis, but unfortunately it doesn't work in the same way for the x-axis.
I tried it with this code within the xml-tag of the diagram:
<Graph>
...
<XAxis axisMinAutoScaled="false" axisMinValue="0" axisMaxAutoScaled="false" axisMaxValue="24" majorTickStepAutomatic="true"/>
we're working with the template builder, version 11.1.1.6. I want to scale the x-axis because we get data for every minute of the day. But on the x-axis we want a vertical gridline just for every hour and we want show a text only for every 3 hours. Maybe like this:
| | | | |
|______|______|______|______| ...
00:00 03:00 ...
So I have to "customize" the x-axis within a line-diagram. Is there a possibility to do so? I know how to scale the y-axis, but unfortunately it doesn't work in the same way for the x-axis.
I tried it with this code within the xml-tag of the diagram:
<Graph>
...
<XAxis axisMinAutoScaled="false" axisMinValue="0" axisMaxAutoScaled="false" axisMaxValue="24" majorTickStepAutomatic="true"/>
0