Currently TChart works out left and right axis positions considering
axis titles and label widths.
If a custom axis is added, for example, just above the current
Chart->LeftAxis, is there a way for TChart to consider this custom axis’s
title and labels in determining axis positioning.
Search found 6 matches
- Thu Dec 04, 2008 12:40 am
- Forum: VCL
- Topic: Custom axes and positioning
- Replies: 1
- Views: 4384
- Sat Sep 20, 2008 6:40 am
- Forum: VCL
- Topic: transparent series to metafiles
- Replies: 15
- Views: 32425
- Mon Sep 01, 2008 12:19 am
- Forum: VCL
- Topic: Online registration not working for reinstall of 8.02
- Replies: 1
- Views: 4449
Online registration not working for reinstall of 8.02
I had to reinstall C++ Builder 2007 and therefore had to reinstall TChart 8.02. During the TChart install I enter the License number and Password and click the Register link to register online. On the next dialog I select Direct Connection to Internet and click okay. The dialog is redisplayed and I ...
- Mon Jun 16, 2008 9:30 am
- Forum: VCL
- Topic: Series Transparency setting is ignored when Exporting
- Replies: 8
- Views: 13182
- Mon Jun 16, 2008 9:07 am
- Forum: VCL
- Topic: Series Transparency setting is ignored when Exporting
- Replies: 8
- Views: 13182
Series Transparency setting is ignored when Exporting
When exporting a chart to an image (e.g. to PNG, JPEG) the series Transparency setting is ignored. The series are output with no transparency i.e. opaque. This is with TeeChart 8.02. I have tried various series types including bubble and gantt with no success. Is there a way to get transparency to w...
- Tue Mar 25, 2008 3:06 am
- Forum: VCL
- Topic: Removing Custom Axis Labels
- Replies: 1
- Views: 4212
Removing Custom Axis Labels
When I remove custom axis labels by calling Chart->BottomAxis->Items->Clear (), the bottom axis items are correctly removed. However, the axis remains blank. How can I get the standard labels back?