Hello
I have a simple line chart with 2 ColorLines indicating the minimum and maximum limits of the values, parallel to the x-axe.
Now I want to have labels on the Y-axe to show the value of the ColorLine.
I found nothing in the examples.
How can I do this?
Regs
Hubert
ColorLine and Label on Y-axe
Re: ColorLine and Label on Y-axe
Hi Hubert,
You could use an Annotation tool or draw directly the text in the canvas.
Here there were some possibilities discussed. It's a .NET thread but the same applies to Java.
http://www.teechart.net/support/viewtop ... 478#p57478
You could use an Annotation tool or draw directly the text in the canvas.
Here there were some possibilities discussed. It's a .NET thread but the same applies to Java.
http://www.teechart.net/support/viewtop ... 478#p57478
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: ColorLine and Label on Y-axe
Hello Yeray
thx for the answer, but is not what we need. Annotation does not look like the labels of the axis and take more place.
We will use direct writing to GC instead.
Hubert
thx for the answer, but is not what we need. Annotation does not look like the labels of the axis and take more place.
We will use direct writing to GC instead.
Hubert
Re: ColorLine and Label on Y-axe
Hi Hubert,
Just to make you notice if setting the Annotation tools to be transparent, they only show the text as the axis labels do.
Just to make you notice if setting the Annotation tools to be transparent, they only show the text as the axis labels do.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |