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.
Holger
Search found 3 matches
- Mon Feb 24, 2020 1:33 pm
- Forum: VCL
- Topic: Misssing TChart.Panel
- Replies: 3
- Views: 12797
- Thu Feb 20, 2020 2:28 pm
- Forum: VCL
- Topic: Misssing TChart.Panel
- Replies: 3
- Views: 12797
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?
I think, something is missing in my project?
- Wed Feb 19, 2020 10:39 am
- Forum: VCL
- Topic: TBarSeries - Problems on accessing BarChart Marks
- Replies: 1
- Views: 8271
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. ...