TContourSeries series mark text problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

TContourSeries series mark text problem

Post by Fang » Tue Apr 04, 2006 1:48 am

hi,
I drop a TContourSeries and set 3D to false; and on the Series/Marks Panel, I set style to be visible. Then I see many marks hang around on the bottom of screen. So what's the correct to way to set or view mark for each level of contour on the chart. Thanks.

Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Post by Fang » Wed Apr 05, 2006 8:27 pm

hello, still waiting how to setup marks for contour series. Thanks.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Apr 11, 2006 12:26 pm

Hi Fang,

yes, the Series marks are not prepared to be shown using Contour Series. The only way to add contour marks would be to manually paint required marks directly on chart Canvas in chart OnAfterDraw event.

Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Post by Fang » Tue Apr 11, 2006 2:33 pm

Alright. Thanks, pep

Post Reply