Property SLLevelDisplay.TSLLevelAxis.TickText
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLLevelAxis
Contents |
Syntax
Delphi:
property TickText : String write SetNewTickText;
C++ Builder:
__property String TickText = { write=SetNewTickText };
Summary
Custom ticket text ( Visual C++(MFC/Win32) only ).
Description
This property is used only from Visual C++(MFC/Win32). It allows
setting custom labels for the X Axis. Assign the value of
this property to whatever you want to be displayed for the
tick.