Search found 20 matches
- Thu Dec 13, 2007 9:48 am
- Forum: VCL
- Topic: Maximum X Height of LeftAxis
- Replies: 7
- Views: 9607
Thanks, but his line does not work: Chart1.LeftAxis.Maximum := Series1.MaxYValue * 1.1; Thats because i have several bar series. And i dont know which one is the highest. Id like to check out whats the highest point of the chart and then add 10 % to this value. So all marks will be in the chart box ...
- Wed Dec 12, 2007 1:51 pm
- Forum: VCL
- Topic: Maximum X Height of LeftAxis
- Replies: 7
- Views: 9607
I have tried it one more time: 1. solution: Chart.Increment :=100; doesn' affect to the maximum size of the grid. Only the displayed steps in the left axis changed to 100. And i dont know the highest bar of my chart. So i cant use this solution. 2. solution: The function Chart.Axes.Left.MaximumOffse...
- Wed Dec 12, 2007 7:40 am
- Forum: VCL
- Topic: Maximum X Height of LeftAxis
- Replies: 7
- Views: 9607
Thanks for that. I am sorry for my bad description... so i am trying to explain it one more time: Heres an screenshot that demonstrates my problem: http://farm3.static.flickr.com/2043/2104544063_d2346d8412_m.jpg Big version As you can see in this screenshot the first bar with its mark is out of the ...
- Tue Dec 11, 2007 4:31 pm
- Forum: VCL
- Topic: Maximum X Height of LeftAxis
- Replies: 7
- Views: 9607
Maximum X Height of LeftAxis
Hello support team, i would like to increment the maximum x value of the leftaxis. LeftAxis maximum is set to automatic. When all bars added to the chart i would like to increment the leftaxis with 10% of there size. Example: Maximum = 1000 Increment = 100 New maximum = 1100 How can i realize that? ...
- Tue Dec 11, 2007 4:10 pm
- Forum: VCL
- Topic: Get a BarSeries by Index
- Replies: 4
- Views: 8335
- Fri Dec 07, 2007 8:13 am
- Forum: VCL
- Topic: Get a BarSeries by Index
- Replies: 4
- Views: 8335
Thanks for the answer. Yep thats right.. but i need the index param when i am adding a value to the bar --> outside the OnMarkTextEvent. I need this because i would like to save more information about this bar in a list when adding a y value to the bar. Then in the OnMarkTextEvent i would like to se...
- Thu Dec 06, 2007 2:19 pm
- Forum: VCL
- Topic: Get a BarSeries by Index
- Replies: 4
- Views: 8335
Get a BarSeries by Index
Hello supportteam, I am using Delphi 6 and TeeChart Pro v5.02. I have a teechart with a dynamic amount of series. http://farm3.static.flickr.com/2088/2090620351_a4be5ebff4_m.jpg Big version So i add Series1 for 'Line19', 'Line20' and for 'Line21'. So i have three bars displayed but only one series. ...
- Wed Dec 05, 2007 8:07 am
- Forum: VCL
- Topic: X Coordinate from Bar
- Replies: 17
- Views: 25026
I m so sorry.. i have not seen this post.. I have uploaded it one more time.. result: Received AchatSolutions_LineNotCentered_Sample.rar Content Type application/octet-stream Length 243664 So i have tried to write your sample code in my application.. I add my bars with 'BarSeries1.AddXY' And i am us...
- Mon Dec 03, 2007 8:12 am
- Forum: VCL
- Topic: TEngine.pas missing
- Replies: 3
- Views: 6829
- Wed Nov 28, 2007 9:23 am
- Forum: VCL
- Topic: TEngine.pas missing
- Replies: 3
- Views: 6829
TEngine.pas missing
Hello support team, i am using delphi 6 with teechart 5.02. My licence is without source code. I am using following code in my application. Series.XScreenToValue(Value); When calling this function at runtime i am getting a 'Source missing TeEngine.pas' error. I am trying to ignore that but then i am...
- Mon Nov 19, 2007 9:51 am
- Forum: VCL
- Topic: X Coordinate from Bar
- Replies: 17
- Views: 25026
Thanks for the code. I have uploaded your code in a sample project by using version 5.02 with filename 'AchatSolutions_LineNotCentered_Sample.zip'. Here you can see a screenshot of the compiled application that is attached: http://farm3.static.flickr.com/2033/2046819212_da37315ba5_t.jpg Big version:...
- Wed Nov 07, 2007 3:04 pm
- Forum: VCL
- Topic: X Coordinate from Bar
- Replies: 17
- Views: 25026
Thanks. Here is my code. The first for loop should create the efficiency points centered on every bar of line 18. But nothing happens. For line 19 and 20 it works. var i: integer; PosValue: integer; XValue: double; begin XValue := 0; //****************************************************************...
- Tue Nov 06, 2007 8:08 am
- Forum: VCL
- Topic: X Coordinate from Bar
- Replies: 17
- Views: 25026
Hello support team, now i am using teechartpro v5.02. I am trying to use this code: PosValue:=Series1.CalcXPos(0); XValue:=Chart1.BottomAxis.CalcPosPoint(PosValue); But nothing happens. The efficiency line is always in the middle of the grouped bars. So i am trying this code: PosValue:=Series1.CalcX...
- Tue Nov 06, 2007 7:17 am
- Forum: VCL
- Topic: Delphi 6: Installation of TeeChart502 Problem!
- Replies: 2
- Views: 5022
- Fri Oct 12, 2007 1:26 pm
- Forum: VCL
- Topic: Delphi 6: Installation of TeeChart502 Problem!
- Replies: 2
- Views: 5022
Delphi 6: Installation of TeeChart502 Problem!
I would like to install TeeChart pro for Delphi 6. The installer works perfect.. after the installation i am open d6 and then this error Message for all packages of TeeChart pro appear: 'TChartAxisTitle already exists.' I m trying to delete the standard version of tee chart before installing the pro...