Search found 228 matches

by TestAlways
Thu Nov 08, 2007 3:07 pm
Forum: VCL
Topic: problems with stacked series
Replies: 1
Views: 4382

problems with stacked series

I've never quite understood how to work with stacked area series--everything I have tried, and the chart does strange things. Here is an example with two different types of events: http://www.trakcentral.com/files/stackedseries.zip The two methods here produce holes in the chart, and the series goes...
by TestAlways
Thu Nov 08, 2007 2:06 pm
Forum: VCL
Topic: strange image with TTeeCommander & Pie Charts
Replies: 7
Views: 9692

what is the latest release?
by TestAlways
Thu Nov 08, 2007 2:06 pm
Forum: VCL
Topic: strange image with TTeeCommander & Pie Charts
Replies: 7
Views: 9692

8.01 release--the 'silent' release that included the guages
by TestAlways
Wed Nov 07, 2007 8:15 pm
Forum: VCL
Topic: strange image with TTeeCommander & Pie Charts
Replies: 7
Views: 9692

Okay, I see--it is a 'zero' exploding pie value.

I would prefer it wasn't visible. I tried 'AddNull' but that still adds a frame for the pie slice.

Any ways around this?
by TestAlways
Wed Nov 07, 2007 6:21 pm
Forum: VCL
Topic: strange image with TTeeCommander & Pie Charts
Replies: 7
Views: 9692

strange image with TTeeCommander & Pie Charts

I have a 3d pie chart with two slices--one value is 100, the other is zero. When a TTeeCommander is connected to the pie chart, the chart can be slid over to the side, where the zero slice shows up as having a value--but only in the shadow. Here is an image of what I am seeing: http://www.TRAKCentra...
by TestAlways
Tue Nov 06, 2007 5:02 pm
Forum: VCL
Topic: Captions for multi-pie charts
Replies: 1
Views: 3758

Captions for multi-pie charts

I like the multi-pie chart, but need to add a caption above each pie series. How can do I do that?

Thanks
by TestAlways
Sat Oct 13, 2007 3:14 am
Forum: VCL
Topic: Posts in CodeGear Delphi 3rd Party NG
Replies: 1
Views: 3865

Posts in CodeGear Delphi 3rd Party NG

FYI: There are some posts in the CodeGear Delphi 3rd Party newsgroup about the historgram series not working right--I have never used it so I can't respond.
by TestAlways
Wed Oct 10, 2007 8:43 pm
Forum: VCL
Topic: Animation from sub-charts to charts
Replies: 1
Views: 3462

Animation from sub-charts to charts

I have an idea of including several sub charts across the top of my chart--and allowing a user to click on one and making that the main chart. I would like to animate the click so that the sub chart 'expands' to the main chart.

Anyone know how this might be done? I think the effects would be great.
by TestAlways
Tue Oct 09, 2007 2:57 pm
Forum: VCL
Topic: Transparent series and legend colors
Replies: 6
Views: 14036

This is most likely because you need to set Canvas' color before doing the custom drawing Looking at my code snippet, I did: Canvas.Brush.Color := Series.Color; The only effective difference in our code is: Chart1.Canvas.Rectangle(R); //yours and lCanvas.FillRect(R); //mine Changing my code to .Rec...
by TestAlways
Mon Oct 08, 2007 7:52 pm
Forum: Wishes and ideas
Topic: new guage
Replies: 1
Views: 25507

new guage

I really like the gauges you game out with in the VCL. Very nicely put together.

If you could add to your wish list is a thermometer.

I also need my gauges to be vertical, not horizontal.

Thank you.
by TestAlways
Mon Oct 08, 2007 4:14 pm
Forum: VCL
Topic: Transparent series and legend colors
Replies: 6
Views: 14036

Below is my attempt, which is not working. I checked, and the first if...then block is run, but it draws the legend as if it was solid, not transparent. What do I need to change? Thanks procedure TdmBPPrinting.GapChartLegendDraw(Sender: TObject; Series:TChartSeries; ValueIndex:Integer; R:TRect); var...
by TestAlways
Mon Oct 08, 2007 3:32 pm
Forum: VCL
Topic: Transparent series and legend colors
Replies: 6
Views: 14036

In the meantime, the only alternative I can think of is manually setting legend symbols as shown at the All Features\Miscellaneous\Legend\Symbol OnDraw example in the features demo, available at TeeChart's program group. I don't know where to find that--I've searched my Steema directory ("TeeChart ...
by TestAlways
Mon Oct 08, 2007 3:29 pm
Forum: VCL
Topic: Gradiants and Pie Series in 2d
Replies: 7
Views: 12374

9047589 wrote:You should test always :lol:
I can't afford to test download builds even on a monthly basis :-)
by TestAlways
Sat Oct 06, 2007 3:47 pm
Forum: VCL
Topic: Gradiants and Pie Series in 2d
Replies: 7
Views: 12374

Hi TestAlways, New maintenance release hasn't been scheduled yet. On September we posted a new version including new gauges. However, the issue you reported hasn't been fixed yet. I looked and I only see 8.01. I downloaded 8.01 in August. Are yo saying there are new features in a newer 8.01? How wo...
by TestAlways
Sat Sep 29, 2007 10:43 pm
Forum: VCL
Topic: Gradiants and Pie Series in 2d
Replies: 7
Views: 12374

Any idea when the next build will be out?