Hi Support,
I am using a colorband tool in TeeChart.NET V3 with VS2005. I have a few fastlines on my charts and a vertical colorband attached to bottom Axis.
The fastlines are shown on custom vertical axis. So the Chart area is divided between various horizontal strips with a common bottom axis. Now I want to mark only a particular series which is shown in a small horizontal strip on the chart, using colorband. But colorband by default stretches through the chart across all the vertical custom axes. Is there any way out or is there any other tool that I could use for this?
Regards,
Gaurav
Colorband streched across a part of the Chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gaurav,
In that case I can only think about customly drawing a Rectangle in the chart's canvas. You'll find more information about custom drawing in Tutorial 13 - Custom drawing on the Chart Panel. Tutorials can be found at TeeChart's program group.
In that case I can only think about customly drawing a Rectangle in the chart's canvas. You'll find more information about custom drawing in Tutorial 13 - Custom drawing on the Chart Panel. Tutorials can be found at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Aptitude,
Yes, you could implement the custom drawing in the AfterDraw event so that it is updated every time the chart is repainted.
Yes, you could implement the custom drawing in the AfterDraw event so that it is updated every time the chart is repainted.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |