Recent

Author Topic: Looking for property (boolean) Chart1.BottomAxis.Intervals.Options.UseNiceSteps  (Read 1753 times)

Pastim Codar

  • Newbie
  • Posts: 5
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!

wp

  • Hero Member
  • *****
  • Posts: 12518
UseNiceSteps exists only in Laz 3.0+. And you must have TACustomSource in the uses clause.

 

TinyPortal © 2005-2018