How are you progressing on this?
Is there a temporary solution we can implement on our side?
thanks
Kevin
Search found 24 matches
- Thu Mar 13, 2008 3:05 pm
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
- Mon Mar 03, 2008 5:45 pm
- Forum: VCL
- Topic: Print Quality
- Replies: 6
- Views: 12916
Thanks, but this doesn't help. It merely points out old solutions, and acknowledges the problem. How about a response to the original question? How to access all objects in the TChart that need scaling (fonts, text boxes, etc.) so we can scale them onto the metafile canvas according to the canvas si...
- Thu Feb 14, 2008 7:43 pm
- Forum: VCL
- Topic: Print Quality
- Replies: 6
- Views: 12916
Print Quality
This is an old topic for us, but: The quality of printed TCharts is not very good (at least for line drawings), apparently because TChart does not maintain object sizes and proportions independent of resolution. There are other similar TChart-to-printer issues also, such as annotation placements. We...
- Thu Feb 14, 2008 1:48 am
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
- Sat Feb 09, 2008 2:53 am
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
- Tue Feb 05, 2008 6:02 pm
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
The code you see is the entire code for the test project, except for the TForm constructor, which has no code. The code executes via a pushbutton event. 3D is turned off. I will upload the whole project if you wish -- but there is no other code. "fs1" is a FastLineSeries, and the only series in the ...
- Mon Feb 04, 2008 8:28 pm
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
Here is an example that fails. The failure occurs only on some values of the range. It works at 2000, fails at 2100, for example. Chart1->RightAxis->Automatic = false; Chart1->RightAxis->AutomaticMaximum = true; Chart1->RightAxis->AutomaticMinimum = false; Chart1->RightAxis->Minimum = 0.0; Chart1->R...
- Tue Jan 29, 2008 8:11 pm
- Forum: VCL
- Topic: DateTime zero axis label
- Replies: 9
- Views: 13608
DateTime zero axis label
BDS2007 C++ module, TChart 7.12 We cannot get the right axis to always show zero time (00:00:00). The zero label will initially be missing, then appear, then disappear as data is added. The zero tick mark is always visible, but the label is not. The data includes a zero as the first point, and data ...
- Mon Sep 18, 2006 6:52 pm
- Forum: VCL
- Topic: help / ideas needed
- Replies: 1
- Views: 4300
help / ideas needed
We need some guidance or advice. First, some background: Ground-based civil engineering projects, like a highway, often use existing maps to build a larger map for the whole project. Thus the distances on the overall map can be discontinuous at the old map boundaries, and this is accommodated by "st...
- Wed Oct 19, 2005 2:24 pm
- Forum: VCL
- Topic: Axis MaximumOffset
- Replies: 2
- Views: 5646
- Thu Oct 13, 2005 3:59 pm
- Forum: VCL
- Topic: Axis MaximumOffset
- Replies: 2
- Views: 5646
Axis MaximumOffset
TChart v7 Pro:
Setting the MaximumOffset property for an Axis has no effect, either via code or the chart editor, before or after data is added, of regardless of Axis->Automatic is true or false.
Is this property functional ??
Thanks
Kevin
Setting the MaximumOffset property for an Axis has no effect, either via code or the chart editor, before or after data is added, of regardless of Axis->Automatic is true or false.
Is this property functional ??
Thanks
Kevin
- Thu Jun 16, 2005 10:41 pm
- Forum: VCL
- Topic: Saving hidden charts
- Replies: 2
- Views: 6315
That doesn't help. We want this to be automatic without user actions. For example, we need a "save all charts to file" function that requires no user actions, and doesn't flash dozens of charts on the screen. The underlying problem is TChart's implementation of custom items, which derive their prope...
- Thu May 12, 2005 9:05 pm
- Forum: VCL
- Topic: Annotation draw
- Replies: 2
- Views: 6435
Annotation draw
I am using a Annotation tool as a footer, with custom positioning. The position is set initially on chart creation, and whenever the chart is resized. The tool is not displayed when the chart is first displayed, even though the OnResize() event is triggered. The reason is that the tool->Shape height...
- Mon Feb 21, 2005 6:10 am
- Forum: VCL
- Topic: BCB5 v7.04 continuing drama
- Replies: 4
- Views: 9181
A solution
Marjan; The path to BCB5 is c:\program files\borland\cbuilder5\... The path in Steema recompiler is c:\program files\cbuilder5.... The Steema source files are not in the path. This seems to confuse the recompiler on my machines. Using your sample codes from the recompiler, I made a simple batch file...
- Fri Feb 18, 2005 8:15 pm
- Forum: VCL
- Topic: BCB5 v7.04 continuing drama
- Replies: 4
- Views: 9181
BCB5 v7.04 continuing drama
Marjan; In each case, we completely delete the folder containing the Steema files --- so there are no old v7 files. We also remove all Steema files from \System32, including lpng.dll. We do not install 3rd party packages into BCB5 folders. To the extent we can determine, no Steema files exist in the...