I know from the object inspector that there is a property UseNiceSteps (boolean) which I can switch from true to false.
In my program I have tried to set this boolean variable by using Chart1.BottomAxis.Intervals.Options.UseNiceSteps. But the compiler throws an error: Illegal qualifier.
Something in the path between Chart1. and UseNiceSteps must be wrong, but I can't figure out what it is.
In other words: How do I have to address the property UseNiceSteps in my chart?
Thanks!