Search found 4 matches

by ChrisR
Tue Jan 16, 2007 8:32 pm
Forum: VCL
Topic: How to constrain datetime zooming
Replies: 1
Views: 8324

How to constrain datetime zooming

I have a graph of daily harvest totals. So I have set the x-values to datetime and the display mask to "dd-mmm". However, when the user zooms in, I end up with several ticks and labels on the x-axis for the same day. As the data can be sparse, (i.e. daily totals can often be zero near the beginning ...
by ChrisR
Tue Jan 16, 2007 7:31 am
Forum: VCL
Topic: Bar chart with gaps and overlaps
Replies: 2
Views: 7211

Thanks Marjan,

worked like a charm :)
by ChrisR
Mon Jan 15, 2007 11:58 pm
Forum: VCL
Topic: Bar chart with gaps and overlaps
Replies: 2
Views: 7211

Bar chart with gaps and overlaps

I am programatically building a chart with a number of Tbarseries each of which is set to mbStacked. The points are being added with addXY(x,y,'label'). 3d is turned off. However while the rectangles have the correct colour, x-axis value and height (from the y-value). The base of many of the rectang...
by ChrisR
Sun Jan 14, 2007 10:14 pm
Forum: VCL
Topic: Compiled with a different version of System.RTLVersion
Replies: 1
Views: 4989

Compiled with a different version of System.RTLVersion

New download and install of Tchart 7.07 against Delphi6 update 2. Can no longer compile due to: Unit TeeProcs was compiled with a different version of System.RTLVersion Unit TeCanvas was compiled with a different version of System.RTLVersion My D6 installation is returning 14.2 for the system.rtlver...