How to fix TChart Axis Margin Delphi

Viewed 503

I was a dynamic data, and I want to show it on the same TChart. How can I fix the axis margin with different data?

For Example:

First Data Have a 'thousand' value

enter image description here

Second Data Have a 'hundred' value

enter image description here

I want my TChart have same margin for any value. Thanks in advance

1 Answers
Related