Search found 3 matches

by Lykke
Wed Feb 22, 2023 12:03 pm
Forum: VCL
Topic: Automatic Axis Increment
Replies: 5
Views: 5649

Re: Automatic Axis Increment

I have done the change and confirm that it is working. Thanks a lot for your support!
by Lykke
Tue Feb 07, 2023 10:16 am
Forum: VCL
Topic: Automatic Axis Increment
Replies: 5
Views: 5649

Re: Automatic Axis Increment

I understand it is difficult to handle all situations, but it is a very simple case that I think it should handle. The example can be even simpler as there is no need to add the points. Just these lines give exactly the same behavior: Chart1.LeftAxis.SetMinMax(-0.855,0.855); Chart1.BottomAxis.SetMin...
by Lykke
Fri Feb 03, 2023 10:33 am
Forum: VCL
Topic: Automatic Axis Increment
Replies: 5
Views: 5649

Automatic Axis Increment

Dear Support Team We have an issue with the axis automatic increment being not well selected. Steps to reproduce are the following: 1. Add a TChart to a form 2. Add a TPointSeries to the Chart 3. Add the following code: Chart1.LeftAxis.SetMinMax(-0.855,0.855); Chart1.BottomAxis.SetMinMax(-0.855,0.85...