Search found 6 matches

by Gobing
Wed Sep 02, 2009 3:54 pm
Forum: ActiveX
Topic: A Problem about Polar Chart with Logarithmic Coordinates
Replies: 3
Views: 3821

Re: A Problem about Polar Chart with Logarithmic Coordinates

I am sorry, sir. Maybe I didn't express my means clearly. I didn't care about the overlaped lables . I means that, the circular grid lines weren't drawed according to logarithmic labels on the polar chart.
by Gobing
Tue Sep 01, 2009 5:24 pm
Forum: ActiveX
Topic: A Problem about Polar Chart with Logarithmic Coordinates
Replies: 3
Views: 3821

A Problem about Polar Chart with Logarithmic Coordinates

Dear Sir: In the TeeChart control added to my project, I added a ‘Polar’ series, then labeled the top, bottom, right and left axes with logarithmic coordinates by writing the follow codes: m_TeeChart.GetAxis().GetLeft().SetAutomatic(FALSE); m_TeeChart.GetAxis().GetLeft().SetLogarithmic(TRUE); m_TeeC...
by Gobing
Sat Jun 13, 2009 5:46 pm
Forum: ActiveX
Topic: Dear Support, I have some troubles
Replies: 5
Views: 5386

Re: Dear Support, I have some troubles

Thank you for your help, sir. I’ve already resolved the problems mentioned above. To the “Numerical Gauge” series, I know how to change the palette property from “LCD(default)” to “LED” easily, just using the static edit dialog provided by the TeeChart Control. I try my best , but still could not fi...
by Gobing
Thu Jun 11, 2009 3:12 pm
Forum: ActiveX
Topic: Dear Support, I have some troubles
Replies: 5
Views: 5386

Re: Dear Support, I have some troubles

I want to use the “Numeric Gauge” series to implement the digital display of time with the format “hour : minute : second”. How can I do that?
by Gobing
Tue Jun 09, 2009 4:10 pm
Forum: ActiveX
Topic: Dear Support, I have some troubles
Replies: 5
Views: 5386

Dear Support, I have some troubles

Dear Support :) , I’m afraid I have to disturb me again. I added a “Numeric Gauge” series to the TeeChart(ActiveX) control. Then I wrote the following codes in my program: m_TChart.Series(0).SetValueFormat("10:00"); When I ran my program, I found that the result displayed on the dialog is “10:04”. T...
by Gobing
Sat Jun 06, 2009 6:08 am
Forum: ActiveX
Topic: Dear Support, I have three questions
Replies: 1
Views: 2498

Dear Support, I have three questions

Dear Support :), I have three questions. One is that, I can just set the style of points as “Square”, “Circle”, “Triangle”, and so on, then fill the specified shape of points will certain color in “Point” and “Polar” series. I want to know whether I can use small icons defined by myself to replace t...