Method procedure SLScope.TSLDisplayAxis.SetTickText(PChar)
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: TSLDisplayAxis
Contents |
Syntax
Delphi:
procedure SetTickText( AValue : PChar );
C++ Builder:
void __fastcall SetTickText( char * AValue );
Visual C++ (MFC):
void SetTickText( CTString AValue );
Summary
Provides a new TickText value( Visual C++ (MFC/Win32) only ).
Description
This function 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.