Search found 3 matches

by kmanuele
Wed Jun 23, 2010 7:49 pm
Forum: VCL
Topic: bar series axis offset
Replies: 1
Views: 1548

Re: bar series axis offset

Fixed. Outside of the IDE, using a separate text editor, I removed the BottomAxis->MaximumOffset / MinimumOffset lines from the dfm file. Now both charts function identically: the offsets are automatically set, and remain correct with chart resizing. It seems that once those lines are in the dfm fil...
by kmanuele
Wed Jun 23, 2010 6:02 pm
Forum: VCL
Topic: bar series axis offset
Replies: 1
Views: 1548

bar series axis offset

TChart VCL v8.07 A strange and annoying problem: I have two identical charts, each with 5 TBarSeries. Each series is populated with 3 sets of data, such that there are three groups of 5 bar series on the chart. BottomAxis->Automatic is set true in both cases. In the object inspector at design time, ...
by kmanuele
Wed Mar 10, 2010 7:23 pm
Forum: VCL
Topic: TNearestTool
Replies: 1
Views: 1365

TNearestTool

TeeChart v8.04, with numerous TFastLine series.

How to associate TNearestTool with all series in a Chart? The documentation mentions this option, but does not describe how.

I can associate the tool with a single series and it works ok.

Setting the tool.Series to NULL does not work.

thanks

Kevin