TdxGaugeScaleRangeValueLinkedWithScaleValue Enum
Enumerates range bar positioning variants within a quantitative scale.
#Declaration
TdxGaugeScaleRangeValueLinkedWithScaleValue = (
rlsvNone,
rlsvValueStart,
rlsvValueEnd
);
#Members
Name |
---|
rlsv
|
rlsv
|
rlsv
|
#Remarks
Options include:
Value | Meaning | Example |
---|---|---|
rlsv | The range bar’s length and position are unaffected by the scale’s value and determined by the Value | |
rlsv | The current value of the scale is used as the range bar’s start value. The value of the Tdx | |
rlsv | The current value of the scale is used as the range bar’s end value. The value of the Tdx |
This type is referenced by the LinkedWithScaleValue property implemented in the TdxGaugeCustomRange class.