Search found 56 matches

by Herman
Mon Mar 13, 2006 3:56 am
Forum: VCL
Topic: add custom horizontal axes
Replies: 1
Views: 4448

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...
by Herman
Thu Feb 09, 2006 3:27 am
Forum: VCL
Topic: 2 series no overlaping
Replies: 3
Views: 6037

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...
by Herman
Wed Feb 08, 2006 2:33 am
Forum: VCL
Topic: After doing log the Left Axis value is overlappping
Replies: 1
Views: 4115

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...
by Herman
Tue Feb 07, 2006 8:31 am
Forum: VCL
Topic: 2 series no overlaping
Replies: 3
Views: 6037

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...
by Herman
Thu Dec 22, 2005 5:27 am
Forum: VCL
Topic: Changing series data, cursor tool data isn't change
Replies: 6
Views: 9182

The cursor position is correct but the cursor value shown isn't. The value is the old value, before i called to change the series data.
I think the problem is because i write the code for updating cursor value in OnSnapChange event.
by Herman
Tue Dec 20, 2005 11:52 am
Forum: VCL
Topic: Changing series data, cursor tool data isn't change
Replies: 6
Views: 9182

I'm using v7.05.
Well it works fine when i use button or move the cursor using the mouse.
Only when i change the series data, without doing anything to the cursor tool; OnSnapChange and OnChange event of charttool doesn't get executed
by Herman
Tue Dec 20, 2005 11:38 am
Forum: VCL
Topic: Different pointer style on a polar series
Replies: 1
Views: 4127

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.
by Herman
Tue Dec 20, 2005 3:58 am
Forum: VCL
Topic: Cursor Tool Position in center
Replies: 1
Views: 4489

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?
by Herman
Tue Dec 20, 2005 1:47 am
Forum: VCL
Topic: X Axis display K(kilo), M(Mega) ,G(Giga) T(Terra)
Replies: 1
Views: 4450

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
by Herman
Tue Dec 20, 2005 1:42 am
Forum: VCL
Topic: Changing series data, cursor tool data isn't change
Replies: 6
Views: 9182

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...
by Herman
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: 6455

ummm but I want to detect it on double click event instead of just clicking.
And clickaxis seems to be work when i click precisely on the axis line, what if i click on area near the axis line (outside the axis for sure, not inside) but still have the same effect. Possible?
by Herman
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: 6455

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
by Herman
Mon Jun 27, 2005 3:50 am
Forum: VCL
Topic: Legend text color
Replies: 1
Views: 4377

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
by Herman
Mon May 30, 2005 11:10 am
Forum: VCL
Topic: Gradient editor
Replies: 5
Views: 8565

I'm using version v7.05 now. The latest version doesn't have that problem anymore?
by Herman
Mon May 30, 2005 8:58 am
Forum: VCL
Topic: Gradient editor
Replies: 5
Views: 8565

I have send a sample image to your email