Search found 8 matches

by MikeI
Fri Jan 19, 2007 2:19 am
Forum: VCL
Topic: 3D Pie intersects with Chart title
Replies: 1
Views: 8084

3D Pie intersects with Chart title

Steps to reproduce are as follows: 1. In design mode create a chart and give it a title. 2. Add a single 3D pie series to the chart. 3. DblClk on the chart to pop the ChartEditor dialog and go to the 3D tab. 4. Set the 3D% spin control to 100%. 5. Now vary the Elevation slider and you will see the p...
by MikeI
Thu Dec 14, 2006 7:59 pm
Forum: VCL
Topic: HorizBarSeries gaps
Replies: 3
Views: 14383

Tweak?

Is there some way I can derive from THorizBarSeries and do a tweak?
by MikeI
Wed Dec 13, 2006 9:59 pm
Forum: VCL
Topic: HorizBarSeries gaps
Replies: 3
Views: 14383

HorizBarSeries gaps

If I create a TChart with two THorizBarSeries (Multiple Bar style = side) I end up with a one pixel gap between each horiz bar. If however I do the same with TBarSeries I do not get a gap between each vert bar. In TChart v7.04 this gap did not exist, but when I upgraded to 7.07 the gap appeared. How...
by MikeI
Sun Dec 10, 2006 9:54 pm
Forum: VCL
Topic: Marks intersect with 3d Pie sidewall
Replies: 5
Views: 12159

Marks intersect with 3D sidewall

Thanks Narcis I have done as you suggest and then calculate the distance to move the mark according to the maximum height of the wall. But, there are cases where the wall gets smaller near the edges of the ellipse/sidewall. How can I calculate this area. I can send an example jpg if needed to illust...
by MikeI
Tue Nov 21, 2006 3:01 am
Forum: VCL
Topic: Application for beta tester
Replies: 1
Views: 5368

Application for beta tester

Hi

I would like to apply to be a beta tester for V8.

Kevin
by MikeI
Tue Nov 21, 2006 2:55 am
Forum: VCL
Topic: Marks intersect with 3d Pie sidewall
Replies: 5
Views: 12159

Marks intersect with 3d Pie sidewall

To get an angled 3D pie with a side wall I set the TChart::View3DOptions->Elevation property and the TChart::Chart3DPercent property. This works exactly as expected and the pie draws itself tilted with a sidewall below the pie. However if I display the Marks, then they overlap with the 3D side wall ...
by MikeI
Thu Nov 16, 2006 9:55 pm
Forum: VCL
Topic: Force pie-graph to be "circle"
Replies: 2
Views: 7661

How to make TPieSeries circular in widescreen

The TPieSeries::Circled proerty does not work as expected in widescreen modes as it produces non circular pies. Here is a work around which makes a pie XRadius and YRadius the same. Its in C++ 1) Dervive a class from TPieSeries 2) Overide its DoBeforeDrawValues procedure as follows: // Bug Fix E: vo...
by MikeI
Sun Feb 19, 2006 10:21 am
Forum: VCL
Topic: Help No longer works after installing TChatrPro7.06
Replies: 1
Views: 5641

Help No longer works after installing TChatrPro7.06

After installing TChart Pro F1 no longer works for the C++ personlity.