Search found 8 matches

by Tyrolean
Mon Jan 14, 2008 10:58 am
Forum: VCL
Topic: BottomAxis.Increment & Crosstab
Replies: 3
Views: 4348

Hi! I have Date for 3 Dates 01/11/2008 -> Value 1 01/13/2008 -> Value 2 01/14/2008 -> Value 3 I would expect a bottom axes with Value1 No VAlue Value 2 Value 3 01/11/2008 01/12/2008 01/13/2008 01/14/2008 but I get VAlue1 Value2 Value3 01/11/2008 01/13/2008 01/14/2008 Now I would like to know: Should...
by Tyrolean
Sat Jan 05, 2008 6:54 pm
Forum: VCL
Topic: Crosstab and DataTable
Replies: 1
Views: 2472

Crosstab and DataTable

Hi! I have curious things in my Chart :( I have the following looking Chart (Crosstab from a Query) http://www.mgm-net.com/teechart/crosstab1.jpg and the underlaying data is looking like this: Index Text FSW Fremdsoftware HW Hardware ESW Software mgm Software Team WAR Wartung mgm Software DL Dienstl...
by Tyrolean
Sat Jan 05, 2008 10:31 am
Forum: VCL
Topic: BottomAxis.Increment & Crosstab
Replies: 3
Views: 4348

BottomAxis.Increment & Crosstab

Hi!

I have a Crosstab with a dateTime and I had exprected that

Chart1.BottomAxis.Increment := DateTimeStep[ dtOneDay ] ;

that this gives me a Axes with every Day, even when there is no Data available.

Should this work this way? Thank you.
by Tyrolean
Fri Jan 04, 2008 10:32 am
Forum: VCL
Topic: Getting a summary for Data Table
Replies: 6
Views: 5125

narcis wrote: Using the code in the functions tutorial you can do something like this:

Code: Select all

[/quote]

Thank you. Now It works perfect. I modified the TTeeDataTabletool so every String with beginning '=' is painted bold.
by Tyrolean
Thu Jan 03, 2008 4:16 pm
Forum: VCL
Topic: Getting a summary for Data Table
Replies: 6
Views: 5125

The easiest way to achieve what you request is using a TAddTeeFunction which would do the sum for you and add the results at the TDataTableTool. For further information about TeeChart functions please read Tutorial 7 - Working with Functions . Tutorials can be found at TeeChart's program group. I l...
by Tyrolean
Thu Jan 03, 2008 12:07 pm
Forum: VCL
Topic: Getting a summary for Data Table
Replies: 6
Views: 5125

Hi! As an update to my previous reply, I've noticed that setting Series.Color to clNone caused sum not being displayed in the datatable either. An alternative is using this: Thank you. I have never worked with this 'Functions', so I have to look at the helpfile and tutorials to know where to begin.
by Tyrolean
Thu Jan 03, 2008 10:37 am
Forum: VCL
Topic: Getting a summary for Data Table
Replies: 6
Views: 5125

Getting a summary for Data Table

Hi!
I have a Chart with Bars and are showing the Data Table, is it possible to get the sum of a column?
Have a look here:
[img]http:\\www.mgm-net.com\teechart\clip2.png[/img]

Thanks
Günter
by Tyrolean
Sat Dec 29, 2007 3:19 pm
Forum: VCL
Topic: Is this possible with TeeChart?
Replies: 1
Views: 2376

Is this possible with TeeChart?

Hi! I am using Teechart 8 VCL with Delphi 7. I should make a Graphic like the on attached - I tried a lot but didn't find any solution. Is such a Chart possible with Teechart? Every color (red, green, grey) should be serie and it should work with TDateTime (for each Day, Month, Week, etc) See a Scre...