Search found 10 matches

by bsonnino
Wed Apr 05, 2006 1:12 pm
Forum: VCL
Topic: How do I hide values in an Horizontal Bar chart?
Replies: 5
Views: 8138

This still doesn't work. It hides the label, but doesn't redraw the axis. What I want is to hide the value and also redraw the chart, so there is no blank space it it. For example, I have 10 values in the horizontal bar chart. If I hide the 4th value, I don't want to have 3 bars, a space and another...
by bsonnino
Mon Apr 03, 2006 9:52 am
Forum: VCL
Topic: How do I hide values in an Horizontal Bar chart?
Replies: 5
Views: 8138

I tried it here, and it didn't work - maybe I'm missing something, I've got three horizontal bar spaces, and only two had bars? This doesn't work if you try to hide the values after they are added. Try this, in the OnClickSeries event of the chart (add data with FillSampleValues): procedure TForm1.C...
by bsonnino
Fri Mar 31, 2006 6:44 pm
Forum: VCL
Topic: How do I hide values in an Horizontal Bar chart?
Replies: 5
Views: 8138

How do I hide values in an Horizontal Bar chart?

I'm trying to hide values in an horizontal bar chart. I tried to set the color to clNone or to use the SetNull function, both hide the bar but leave the label and the space in the bar. I'd like a way to completely hide the value from the chart and I don't want to delete it.

Bruno
by bsonnino
Wed Feb 23, 2005 1:55 pm
Forum: VCL
Topic: Unicode support for charts?
Replies: 1
Views: 4316

Unicode support for charts?

I'd like to know if Unicode is supported in version 7, and if no, if there are plans to support it.

Bruno
by bsonnino
Thu Feb 17, 2005 11:28 am
Forum: VCL
Topic: PieFocus tool focuses invalid slice
Replies: 2
Views: 5800

Thanks. I'm just waiting this fix to port my DiskPiePro program (http://www.pcmag.com/article2/0,1759,1616002,00.asp) to Delphi 2005 - Everything works fine but this little thing.

Bruno
by bsonnino
Wed Feb 16, 2005 5:15 pm
Forum: VCL
Topic: PieFocus tool focuses invalid slice
Replies: 2
Views: 5800

PieFocus tool focuses invalid slice

When you use a pie in 3D, the pie focus tool fucuses an invalid slice. To test this, just try the TeeChart Demo for the pie tool, as you move the mouse (specially near the borders of the slice), the worng slice is focused. This used to work in version 6

Bruno
by bsonnino
Fri May 21, 2004 5:19 pm
Forum: VCL
Topic: Legend items vertically ordered ?
Replies: 3
Views: 7302

Legend items vertically ordered ?

Is there a way to align the legend items vertically ? I have a legend at the bottom of the chart, with three columns. I'd like to get the legend items in vertical order, instead of horizontally.

As an example, I'd like something like
1 4 7
2 5 8
3 6 9

I'm using Teechart 6

Bruno
by bsonnino
Fri Apr 16, 2004 12:47 am
Forum: VCL
Topic: PieTool selects the wrong pie in Version 7
Replies: 3
Views: 8885

I've tracked the problem to TeeCanvas.Calculate2DPosition. It is miscalculating the projection of the point. This is due to invalid parameters calculated in TTeeCanvas3D.CalcTrigValues. In V6 there is a conditional compile NEWXYZ, that was applied to V7 and gives this miscalculation. I think the sol...
by bsonnino
Thu Apr 15, 2004 9:29 pm
Forum: VCL
Topic: PieTool selects the wrong pie in Version 7
Replies: 3
Views: 8885

PieTool selects the wrong pie in Version 7

I'm trying to use the PieTool to select the pie where the mouse is over, but it selects the wrong pie when the pie is 3D and the mouse is near the border.

To try this, just run Tee7New, in the PieTool Demo. In Tee6New, this works ok.

Bruno
by bsonnino
Wed Mar 31, 2004 8:50 pm
Forum: VCL
Topic: Left axis maximum and minimum are lost when zooming
Replies: 3
Views: 9589

Marjan:

As I said, this can be restored in the OnZoom event, but this is different from version 6.
As I have many charts with different axis settings, I must create an OnZoom event for each chart, restoring the axis settings.

Bruno