Search found 7 matches

by Mercury
Mon Aug 22, 2005 11:22 am
Forum: ActiveX
Topic: Legend disappearing when series title is too long
Replies: 1
Views: 3249

Legend disappearing when series title is too long

Is there an option for the legend to be word wrapped?
I'm using Teechart 6.
cheers!
by Mercury
Wed Jul 06, 2005 6:38 pm
Forum: VCL
Topic: TeeCreateBitmap and axis labels location
Replies: 6
Views: 7715

One mistake on the code...
GetScale(WantedYaxisValue) / 10;
should be replaced with
GetNiceMaxAxisVal(WantedYaxisValue) / 10;
by Mercury
Wed Jul 06, 2005 6:00 pm
Forum: VCL
Topic: TeeCreateBitmap and axis labels location
Replies: 6
Views: 7715

We don't want to use LabelsSize other than zero because then we need to calculate the exact size of the text that will be displayed on the axis in order to avoid overwriting it and do it everytime the graph will be resized. Anyway I found one way that works by using powers of ten: //----------------...
by Mercury
Thu Jun 30, 2005 12:47 pm
Forum: VCL
Topic: TeeCreateBitmap and axis labels location
Replies: 6
Views: 7715

To reproduce the problem...

...And add values between 0 and 5.
by Mercury
Thu Jun 30, 2005 12:42 pm
Forum: VCL
Topic: TeeCreateBitmap and axis labels location
Replies: 6
Views: 7715

To reproduce the problem...

To reproduce the problem...
tmpChart.LeftAxis.Maximum := 5;
tmpChart.LeftAxis.Increment := 0.5;
by Mercury
Wed Jun 29, 2005 1:47 pm
Forum: VCL
Topic: TeeCreateBitmap and axis labels location
Replies: 6
Views: 7715

TeeCreateBitmap and axis labels location

I'm using TeeChart5.02 VCL. When I save the chart to bitmap using TeeCreateBitmap, The left axis title overwrites its labels. I tried settings LabelsSize to zero by code, but it didn't help. Remarks: * The graph is not visible to the user. It is created, edited using code, and then saved to bmp file...
by Mercury
Thu Jun 09, 2005 6:29 am
Forum: VCL
Topic: Series names in bar charts
Replies: 1
Views: 3223

Series names in bar charts

We’re currently using TeeChart 5.02 (for Delphi 6) and we have some problem with long series names in bars chart. When ever the chart form is large enough the names are written below the bottom axis, even if it makes the graph very small. In other cases the titles are written above the bars, and can...