Search found 56 matches
- Mon Mar 13, 2006 3:56 am
- Forum: VCL
- Topic: add custom horizontal axes
- Replies: 1
- Views: 4484
add custom horizontal axes
I separate 3 series into 3 custom vertical axes. The code is: void __fastcall TForm1::FormCreate(TObject *Sender) { // random data Series1->FillSampleValues(1000); Series2->FillSampleValues(1000); Series3->FillSampleValues(1000); // create the axes... TChartAxis *Axis = new TChartAxis( Chart1->Custo...
- Thu Feb 09, 2006 3:27 am
- Forum: VCL
- Topic: 2 series no overlaping
- Replies: 3
- Views: 6087
I just check the TeeChart7 Pro 7 demo. In Axed-> Multiple at runtime example. It is exactly what i want to do. When i try this example: 1. Three series (red, green, yellow), and the Y label of each series is ok. 2. Unchecked the single axis, it works ok too. 3. Re-Checked the single axis option. The...
- Wed Feb 08, 2006 2:33 am
- Forum: VCL
- Topic: After doing log the Left Axis value is overlappping
- Replies: 1
- Views: 4142
After doing log the Left Axis value is overlappping
I add one fast line series to the chart. The data for the fast line series is like this: x[0] = 0; Y[0] = 1500 x[1] = 5; Y[0] = 2000 x[2] = 6; Y[0] = 2500 x[3] = 23; Y[0] = 3000 x[4] = 24; Y[0] = 3500 x[5] = 25; Y[0] = 4000 x[6] = 26; Y[0] = 4500 x[7] = 27; Y[0] = 5000 x[8] = 28; Y[0] = 5500 then se...
- Tue Feb 07, 2006 8:31 am
- Forum: VCL
- Topic: 2 series no overlaping
- Replies: 3
- Views: 6087
2 series no overlaping
I want to make so that 2 fast line series doesn't overlap with each other on same chart. The firt is on the upper part of the chart, has its own Y axis label and value The scond one is below the first , and has its own Y axis label and value too. Both series has same X axis value. I want to implemen...
- Thu Dec 22, 2005 5:27 am
- Forum: VCL
- Topic: Changing series data, cursor tool data isn't change
- Replies: 6
- Views: 9261
- Tue Dec 20, 2005 11:52 am
- Forum: VCL
- Topic: Changing series data, cursor tool data isn't change
- Replies: 6
- Views: 9261
- Tue Dec 20, 2005 11:38 am
- Forum: VCL
- Topic: Different pointer style on a polar series
- Replies: 1
- Views: 4166
Different pointer style on a polar series
Is it possible to set different point style for polar series?
Instead just all rectangle or all circle. How to do it ?
For exampe: I have 10 point.
I want to set a data point as circle and the other as triangle.
Instead just all rectangle or all circle. How to do it ?
For exampe: I have 10 point.
I want to set a data point as circle and the other as triangle.
- Tue Dec 20, 2005 3:58 am
- Forum: VCL
- Topic: Cursor Tool Position in center
- Replies: 1
- Views: 4527
Cursor Tool Position in center
My procedure is:
1. add series
2. add cursor tool...set settings to cursor tool
3. set the position to 0, ChartTool1->XValue1
But the cursor shown is in the middle?
1. add series
2. add cursor tool...set settings to cursor tool
3. set the position to 0, ChartTool1->XValue1
But the cursor shown is in the middle?
- Tue Dec 20, 2005 1:47 am
- Forum: VCL
- Topic: X Axis display K(kilo), M(Mega) ,G(Giga) T(Terra)
- Replies: 1
- Views: 4480
X Axis display K(kilo), M(Mega) ,G(Giga) T(Terra)
How to write the BottomAxis->AxisValuesFormat so it can display:
ex: 1200 to 1.2K, 15000 to 15K, 2500000 to 2.5M, etc
ex: 1200 to 1.2K, 15000 to 15K, 2500000 to 2.5M, etc
- Tue Dec 20, 2005 1:42 am
- Forum: VCL
- Topic: Changing series data, cursor tool data isn't change
- Replies: 6
- Views: 9261
Changing series data, cursor tool data isn't change
I have a fast line series and a cursor tool. I have write the code to get the cursor data for OnSnapChange and OnChange event. My problem is: I change the cursor data, but both OnSnapChange and OnChange event doesn't get executed. I have called CursorTool1->repaint(), chart1->update but it's all the...
- Tue Sep 27, 2005 10:32 am
- Forum: VCL
- Topic: How to detect user double click on x axis area or Y axis are
- Replies: 3
- Views: 6507
- Mon Sep 26, 2005 8:52 am
- Forum: VCL
- Topic: How to detect user double click on x axis area or Y axis are
- Replies: 3
- Views: 6507
How to detect user double click on x axis area or Y axis are
How to detect if user double click on x axis area or Y axis area?
Any event I can use?
Thank you
Any event I can use?
Thank you
- Mon Jun 27, 2005 3:50 am
- Forum: VCL
- Topic: Legend text color
- Replies: 1
- Views: 4415
Legend text color
I add several fast line series on a chart. Each fast line series has each own color. Is it possible to make the legend text label having the same color as the fast line series? How?
Thank you
Thank you
- Mon May 30, 2005 11:10 am
- Forum: VCL
- Topic: Gradient editor
- Replies: 5
- Views: 8625
- Mon May 30, 2005 8:58 am
- Forum: VCL
- Topic: Gradient editor
- Replies: 5
- Views: 8625