Thank you for the quick reply. I will need to use one of the suggested workarounds. Not sure why I did not find the topic.
It is disappointing that the problem was reported in 2013 and in 2018 CloneChart is not doing what it is supposed to do still...
Best regards
Roumen
Search found 3 matches
- Mon Jan 29, 2018 4:30 pm
- Forum: VCL
- Topic: Duplicate chart with custom axes
- Replies: 3
- Views: 8947
- Mon Jan 29, 2018 10:52 am
- Forum: VCL
- Topic: Duplicate chart with custom axes
- Replies: 3
- Views: 8947
Duplicate chart with custom axes
VCL/FMX TeeChart ver 2017.22.170619, Delphi 10.2 Version 25.0.27659.1188 If there are custom axes on a chart, CloneChart does not copy them. The only way to duplicate such chart appears to be Save it to Stream and Load the stream in the new chart. if Master is the original chart and clone is its dup...
- Mon Jan 29, 2018 10:33 am
- Forum: VCL
- Topic: Saving chart with PartnerAxis set = Stack Overflow
- Replies: 1
- Views: 7006
Saving chart with PartnerAxis set = Stack Overflow
VCL/FMX TeeChart ver 2017.22.170619, Delphi 10.2 Version 25.0.27659.1188 If I define 2 custom axes (horizontal and vertical) and set each to be partner axis for the other: ax:= TChartAxis.Create(master); ax.Horizontal:= TRUE; ax.StartPosition:= 25; ax.EndPosition:= 75; ax.PositionPercent:= 25; ax.Ti...