Search found 9 matches
- 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()...
- 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
TIA.
-Dean
- 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...
- 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
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
- Wed Jul 28, 2004 3:46 pm
- Forum: VCL
- Topic: Zoom Polar Plot?
- Replies: 2
- Views: 5701
- 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?
- 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...
- Tue Jul 06, 2004 2:23 pm
- Forum: VCL
- Topic: Order doesn't work?
- Replies: 4
- Views: 8617
- 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
-Dean