Search found 13 matches

by Jeff S
Mon Apr 16, 2007 10:25 am
Forum: VCL
Topic: Scaling Max value less than 1
Replies: 2
Views: 8987

Thank you for the response. I finally got it working. It was a logical error in my own code.

regards,
Trev
by Jeff S
Fri Apr 13, 2007 4:32 pm
Forum: VCL
Topic: Scaling Max value less than 1
Replies: 2
Views: 8987

Scaling Max value less than 1

Hello,

When I try to set the Max value for scaling on the left axis to < 1 , say 0.4. it seems that Teechart automatically resets the value to 1 and the left axis ranges display from 0 to 1 and not 0 to 0.4.

Setting the Max value > 1 scales perfectly.

Any help greatly appreciated.

regards,
Trev
by Jeff S
Tue Mar 20, 2007 5:10 pm
Forum: VCL
Topic: internationalization
Replies: 7
Views: 11701

Hi Narcís, Actually the DecimalSeperator works on the Left Axis but not with data on the BottomAxis. As far as I am aware properties for both axis are the same :-( Actually, the Left axis gets formatted ok i.e. with commas ',' and to three decimal places but no transformation is happening on the bot...
by Jeff S
Tue Mar 20, 2007 3:26 pm
Forum: VCL
Topic: internationalization
Replies: 7
Views: 11701

Hi Narcís,

I tried DecimalSeparator = ',';
but still not working. Do you have any advice on where I should set this variable?

Thanks,
Jeff
by Jeff S
Tue Mar 20, 2007 3:12 pm
Forum: VCL
Topic: internationalization
Replies: 7
Views: 11701

Hi Narcís,

I'm using TChart in C++ Builder. Does this still apply?

Thanks,
Jeff.
by Jeff S
Tue Mar 20, 2007 1:22 pm
Forum: VCL
Topic: internationalization
Replies: 7
Views: 11701

internationalization

Hello,

I need the numbers on both the X and Y axis displayed in the European format 0,12 as instead of 0.12

Can anyone tell me how I go about doing this?

regards,
Jeff
by Jeff S
Fri Dec 16, 2005 9:13 pm
Forum: VCL
Topic: chart1GetLegendText(): Need to know format for LegendText
Replies: 5
Views: 9949

chart1GetLegendText() - what formats can legendText come in

Arg. sorry, once again, I was not clear. Thanks Pep for your response. The critical detail I keep omitting is I'm trying to parse the legendText I get in the callback char1GetLegendText(). As I indicate, the LegendText can come to the routine formatted a number of ways and the variable LegendStyle s...
by Jeff S
Tue Dec 06, 2005 4:48 pm
Forum: VCL
Topic: chart1GetLegendText(): Need to know format for LegendText
Replies: 5
Views: 9949

no doc for how LegendText is formatted -- HELP please

Narcis, Thanks for the info, it helps, but, and I appoligize for not being more explicit in my original request, what I'm seeing is that the LegendText will sometimes have the following VARIOUS formats but I have no idea how to code to expect when tchart will send them to me or what the complete lis...
by Jeff S
Fri Dec 02, 2005 5:16 pm
Forum: VCL
Topic: chart1GetLegendText(): Need to know format for LegendText
Replies: 5
Views: 9949

chart1GetLegendText(): Need to know format for LegendText

online help does not tell me what format(s) LegendText will come in such that I can massage the strings as needed. Can anyone point me to doc on this?
Thanks!
by Jeff S
Fri Aug 27, 2004 8:53 pm
Forum: VCL
Topic: No control over Y axis labels for TCustomSeries?
Replies: 1
Views: 5293

No control over Y axis labels for TCustomSeries?

Our code is relatively simple, we instantiate an instance of one of the chart types e.g. TPointSeries* S = new TPointSeries(mChart); where Chart::TChart* mChart; do a minimal bit of setting parameters and then call AddXY() to load the series e.g. S->AddXY(XValue, YValue, caption.c_str(), clTeeColor)...
by Jeff S
Thu Aug 26, 2004 8:18 pm
Forum: VCL
Topic: Y axis label control - unable to find/use APIs
Replies: 3
Views: 8407

labeling the Y axis using OnGetAxisLabel

Thanks for the response! Sounds like the OnGetAxisLabel method is the way to go for me; but from the example code I can not determine the call sequence nor the inheritance heirarchy that I need to implement. Our code is relatively simple, we instantiate an instance of one of the chart types e.g. TPo...
by Jeff S
Wed Aug 25, 2004 7:47 pm
Forum: VCL
Topic: Y axis label control - unable to find/use APIs
Replies: 3
Views: 8407

Y axis label control - unable to find/use APIs

It seems this should be easy but I've been thru the tutorials, sample code and this forum and still can not figure it out. Warning: newbie at teechart. Problem: We present performance data in tabular form and now with teechart have provided some simple graphs (area, bar, line and scatter). Using TCu...
by Jeff S
Fri Jan 09, 2004 1:23 pm
Forum: VCL
Topic: TPieChart::ExplodeBiggest behaving oddly
Replies: 1
Views: 7715

TPieChart::ExplodeBiggest behaving oddly

TPieChart::ExplodeBiggest seems to be exploding all the pie slices, not just the biggest. Anyone seen this one or have any insight? Same result for both 2D and 3D. Interestingly enough, however, if the biggest slice is first in the data series, the rendition is correct with only the first exploded a...