Page 1 of 1

Multiple Legends with Header Title

Posted: Fri Jan 21, 2005 7:29 pm
by 6924764
Hello There,

In V5, using an ASP page I see its possible to show multiple legends linked to a series. What I would like to do is have 3 legends, each with a header Title that groups series by volume. For Example:

10 or more Hits
LoginPage
ConfigPage
ReportViewPage

9-5 Hits
ChartPage
DataPage

4 or less Hits
CustomPage


I can do this with strait ASP outside of the chart, but I would like to use TChart to sort through the series colors and include the legends in the same JPG as the chart.

Posted: Mon Jan 24, 2005 5:46 pm
by Pep
Hi,

yes, TeeChart allows you to have more than one Legend (one for each Series ), but you cannot set a title for each one. In your case I think the best way to do what you're looking for it by using the Canvas techniques, drawing on the Chart panel directly. You can see more info about the Canvas techniques in the TeeChart Tutorials.