Hello, I have a standard XY chart. How can I control the number of items displayed on the category axis and their corresponding vertical lines? The chart displays hundreds of values, but only a few category values are shown. Also, when zooming in (nice feature!!), I'ld like the category values to refine as well. Thanks, Ilia <xychart title="Test title" name="mainChart" backgroundcolor="#CCFFCC" plotbackgroundcolor="#FFFFCC"> <linerenderer datasource="mf10msec1" categorycolumn="TIME"> <line valuecolumn="READING" legendlabel="Test line 1" color="green"/> </linerenderer> <categoryaxis label="Time" position="Bottom"/> <rangeaxis label="Reading" position="Left"/> </xychart> |
Hi Ilia, You can set a minimum and maximum value for the category axis but the rest is handled by the chart component itself. Maybe my colleagues can contribute on the subject but as far as I know the developer has no control over anything else. Kind Regards, Yalim |