Type SLScope.TSLCustomAxisLabelEvent
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.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type procedure TSLCustomAxisLabelEvent( Sender : TObject, SampleValue : Real, var AxisLabel : String ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLCustomAxisLabelEvent)( TObject * Sender, double SampleValue, String &AxisLabel );
Summary
Defines event to be fired when a label is in about to be painted.
Description
Use this event to provide custom text for the labels in the Axis.