Property VLHistogram.TVLHistogram.LowerLevel
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: TVLHistogram
Contents |
Syntax
Delphi:
property LowerLevel : Word read FLowerLevel write SetLowerLevel default 0;
C++ Builder:
__property WORD LowerLevel = { read=FLowerLevel, write=SetLowerLevel, default=0 };
Summary
Lower level boundary.
Description
Use this property to specify the Lower level boundary for the
channels.
Delphi example:
VLHistogram1.LowerLevel := 5;
C++ Builder example:
VLHistogram1->LowerLevel = 5;
Visual C++(MFC) example:
VLHistogram1.LowerLevel = 5;
C# example:
histogram1.LowerLevel = 5;