Search found 9 matches

by DClark
Thu Aug 19, 2004 4:06 pm
Forum: VCL
Topic: Control position of series mark
Replies: 3
Views: 7119

Thanks Marjan, in the meantime I coded up something myself (the application was to show angles around a circle, I wanted the labels to align along the radial lines). FWIW, the documentation I have shows no Properties at all for the TSeriesMarkPosition class, only two functions (Assign() and Bounds()...
by DClark
Wed Aug 18, 2004 3:08 pm
Forum: VCL
Topic: Control position of series mark
Replies: 3
Views: 7119

Control position of series mark

Is there a way to control the position of a series mark? That is, I want to control the direction and distance from the series point to the mark text. This is for BCB6 and TeeChart Pro 5.03.

TIA.
-Dean
by DClark
Fri Jul 30, 2004 2:46 pm
Forum: VCL
Topic: Display Label?
Replies: 3
Views: 6840

I'm sorry, I wasn't being clear. I want to display the value of (some of the) plot points next to the point itself, not on the axis. I have tried using Marks but that seems to be an all or nothing proposition. Of course I can write my own code to display text next to certain points, but it seems suc...
by DClark
Thu Jul 29, 2004 2:49 pm
Forum: VCL
Topic: Display Label?
Replies: 3
Views: 6840

Display Label?

What is the purpose of the 'AXLabel' parameter, for example:

series->AddXY(x, y, "Label", clTeeColor);

I cannot figure out how to get the "Label" text to display along with the point, using a TLineSeries, TeeChart Pro 5.03 and BCB 6 Enterprise.

Thanks.
-Dean
by DClark
Wed Jul 28, 2004 3:46 pm
Forum: VCL
Topic: Zoom Polar Plot?
Replies: 2
Views: 5701

I suppose I should mention I'm using BCB 6 and TeeChart pro 5.03.
by DClark
Wed Jul 28, 2004 3:44 pm
Forum: VCL
Topic: Zoom Polar Plot?
Replies: 2
Views: 5701

Zoom Polar Plot?

Zooming doesn't seem to work when the plot contains a single Polar series. Is this intentional, or is am I missing something?
by DClark
Wed Jul 07, 2004 5:59 pm
Forum: VCL
Topic: Order doesn't work?
Replies: 4
Views: 8617

The positive/negative thing wasn't an issue -- I spoke prematurely. I guess this will just remain a mystery. I have : * Set the XValues->Order property immediately after creating the series (a TLineSeries allocated and assigned to a TCustomSeries pointer at runtime, in the form constructor) and, for...
by DClark
Tue Jul 06, 2004 2:23 pm
Forum: VCL
Topic: Order doesn't work?
Replies: 4
Views: 8617

The problem seems to be if the abscissa values cross 0. If some of the values are negative and some positive, they are always sorted. If all the values are negative, or all are positive, Order = loNone seems to work.

BTW, I'm using TeeChart Pro 5 for C++Builder 6.

-Dean
by DClark
Fri Jul 02, 2004 11:19 pm
Forum: VCL
Topic: Order doesn't work?
Replies: 4
Views: 8617

Order doesn't work?

Is there a condition that prevents XValues->Order from working? My values are always sorted lowest.. highest, even though I've set Order to loNone.

-Dean