Search found 59 matches

by Johan Ingemansson
Wed Sep 05, 2012 1:31 pm
Forum: VCL
Topic: Question regarding TLineSeries and TAntiAliasTool
Replies: 1
Views: 4883

Question regarding TLineSeries and TAntiAliasTool

Hi All, Im creating a chart with TLineSeries and I wanted to use the TAntiaAliasTool to smooth the lines. During this design phase I have just added a couple of TLineSeries, and selected tool>AntiAlias in the charteditor. But no matter which size i set on the border width, the lines come out in the ...
by Johan Ingemansson
Tue Jan 09, 2007 11:37 am
Forum: VCL
Topic: diminish used memory space
Replies: 2
Views: 6023

Hi, Not sure this helps, but when I had memory problem I changed the series values from double to single, this reduced the memory consumption with 50%(ofc if you have extremly large values, this solutions isnt an option). But in order to change the type of the values, you must have teechart license ...
by Johan Ingemansson
Fri Sep 29, 2006 10:42 am
Forum: VCL
Topic: difference between Title and Foot in TChart
Replies: 1
Views: 4355

difference between Title and Foot in TChart

Hi, A quick question if insert a title in a TChart, I want to adjust if the title is wider then the chart width, I have a function for this and if not then I insert a TeeLineSeparter character in the string in the position where I want the "cut" to occur. Pretty simple an Example: AChart.Title.Text....
by Johan Ingemansson
Tue Sep 26, 2006 12:34 pm
Forum: VCL
Topic: A problem finding bar positions using multiple TBarSeries
Replies: 5
Views: 9204

Hi ! Ive studied the function CalcPosPoint, in TeEngine, as I see it the following expression : tmp:=tmp*IRange/IAxisSize, will always return 0 in the case when all grouped TBarSeries.Count = 1, since IRange will be 0(maximum=minimum), so to solve this Ive put Maximum = 0.5 and Minimum = -0.5, then ...
by Johan Ingemansson
Thu Sep 21, 2006 3:35 pm
Forum: VCL
Topic: A problem finding bar positions using multiple TBarSeries
Replies: 5
Views: 9204

Hi again, The problem mentioned above only happens if the TBoxSeries.Position is 0 before I make the calculation, if I change the position to for example 1 then the expression above doesnt return 0 and the boxseries are positioned corretly! But, the bars arent positioned in the center of the chart i...
by Johan Ingemansson
Tue Sep 19, 2006 2:30 pm
Forum: VCL
Topic: A problem finding bar positions using multiple TBarSeries
Replies: 5
Views: 9204

A strange problem....

Hi agin, Ive used the following to calculate the position of the TBoxSeries Serie4.Position:=Chart.BottomAxis.CalcPosPoint(Chart.Series[0].CalcXPos(0)+Chart.Series[0] as TBarSeries).BarWidth div 2)); And I thought this worked nicely....but the strangest thing occured, when I have the case with for e...
by Johan Ingemansson
Thu Aug 10, 2006 9:19 pm
Forum: VCL
Topic: A problem finding bar positions using multiple TBarSeries
Replies: 5
Views: 9204

A problem finding bar positions using multiple TBarSeries

Hi, I have the following problem, I have an application where the user can calculate simple(1 TBarSeries) or grouped bar diagram(More then 1 TBarSeries), if simple then 1 TBarSeries is created and values are inserted. I also calculate a XX% Confidence intervall for each bar/value. I display the XX% ...
by Johan Ingemansson
Wed Jun 28, 2006 11:10 am
Forum: VCL
Topic: Problems using Load-/SaveChartToFile with TMapSeries
Replies: 1
Views: 4378

Problems using Load-/SaveChartToFile with TMapSeries

Hi, I have created a TMapSeries with some polygons, in this test case a square, what I would like to do is to save the chart with the TMapSeries and its corresponding polygon to file and then load it again. What seems to occur is that the TMapSeries is there but the polygon points doesnt appear afte...
by Johan Ingemansson
Mon Mar 13, 2006 11:14 am
Forum: VCL
Topic: TLegend problem with scrollbar
Replies: 2
Views: 8565

TLegend problem with scrollbar

Hi, If I use TLegend, and the items displayed in the legend are wider then the TChart, the legend disappears, and this is ok, since I mean if its to wide there´s nothing to do. But even if I use TLegendScrollbar, the legend still disappears, when the text of the legend items are longer then the char...
by Johan Ingemansson
Mon Mar 13, 2006 9:57 am
Forum: VCL
Topic: tutorials + helpfile
Replies: 3
Views: 6544

Helpfile + tutorials

Hi again,

Under my folder TeeChart Pro 7.06 Full Source Code, I only have the sources and TeeTree folder, can I download the rest, dont seem to have it :(
by Johan Ingemansson
Mon Mar 13, 2006 9:36 am
Forum: VCL
Topic: tutorials + helpfile
Replies: 3
Views: 6544

tutorials + helpfile

Hi,

The helpfile from Steema only contains help.hlp and not the help.cnt file, where can I download it, and I dont have any tutorials, where are theese available for download?

Best Regards,

Johan Ingemansson
by Johan Ingemansson
Fri Feb 24, 2006 8:32 am
Forum: VCL
Topic: Problem with LoadChartFromFile
Replies: 4
Views: 9881

Probem Fixed!!!

Hi,

Excellent, now it works, thx :lol:

Best Regards,

Johan Ingemansson
by Johan Ingemansson
Thu Feb 23, 2006 6:16 pm
Forum: VCL
Topic: Problem with LoadChartFromFile
Replies: 4
Views: 9881

Problem with LoadChartFromFile

Hi again,

Im afraid I get the EClassNotFound (class TBarChart not found) exception, could it be something fundamental I´ve missed?

Regards,

Johan Ingemansson
by Johan Ingemansson
Thu Feb 23, 2006 2:40 pm
Forum: VCL
Topic: Problem with LoadChartFromFile
Replies: 4
Views: 9881

Problem with LoadChartFromFile

Hi, I have used the following example( from your examples): procedure TForm1.ButtonSaveClick(Sender: TObject); begin SaveChartToFile(Chart1,'C:\test.tee'); end; procedure TForm1.ButtonLoadClick(Sender: TObject); var tmpChart:TCustomChart; begin Chart1.Free; //assuming Chart1 is already on the Form t...
by Johan Ingemansson
Fri Feb 17, 2006 8:28 am
Forum: VCL
Topic: TLegend.Title problem solved in latest patch??
Replies: 12
Views: 16156

When is patch 7.07 coming?

Hi again,

Just wondering, in previous post it was said that the next patch should be out in end of Jan, I still havent seen it. Has this patch been delayed, and when is it scheduled for?

Best Regards,

Johan Ingemansson