Hy Guys,
I want to have a Linechart with more than 2 Y-Axis on the left side.
How can I do tih?
Also I need a chart zoom with the corsshair cursor.
How can I do this.
I've checked the docs, but coudn't find anything on this points.
Can anyone help?
Many Thanks
Mike
Great Job!
Thanks to You! It works....
forgot a lot since last usage
I forgot to mention that when you set multiple Y axis, make sure you set the Extent property of Y axis so you can separate the multiple axis, otherwise they will be overlapped. By default the Extent is set to 80.
On a composite chart you can create multiple Y axis (not Y2 axis), that would be on the left side. Chart zooming is done by setting the ScrollScale property of the layer such as:
ultraChart1.CompositeChart.ChartLayers[0].AxisX.ScrollScale.Visible = true;