TAxisScaleMode Enumeration

Header: Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only

enum class TAxisScaleMode : unsigned int;

Specifies the axis scaling.

Values

NameDescription
amAutoThe axis will be scaled automatically, but it is be possible to define top and bottom margins in percentage of the total axis span.
amNoneThe default axis scaling of the TeeChart will not be affected.
amPeakHoldThe maximum value of the consecutive chart updates will be used as the maximum for all subsequent updates.