Search found 3 matches

by holgerBig
Mon Feb 24, 2020 1:33 pm
Forum: VCL
Topic: Misssing TChart.Panel
Replies: 3
Views: 11492

Re: Misssing TChart.Panel

In the picture you see the panel-item. I like to move this object at runtime or set the margin values.
How does it works.

Image

Holger
by holgerBig
Thu Feb 20, 2020 2:28 pm
Forum: VCL
Topic: Misssing TChart.Panel
Replies: 3
Views: 11492

Misssing TChart.Panel

In many examples i see the TChart.Panel object. I get a compiler error, when i access the panel object.
I think, something is missing in my project?
by holgerBig
Wed Feb 19, 2020 10:39 am
Forum: VCL
Topic: TBarSeries - Problems on accessing BarChart Marks
Replies: 1
Views: 7795

TBarSeries - Problems on accessing BarChart Marks

I have a chart with two BarSeries. Here I would like to display the Bar-Marks at a different position. When changing the position I always get exceptions at different positions. The problem is that the BarSeries are well drawn, but some entries in the Marks.Positions-List are null. Then it crashes. ...