TdxGaugeCircularScaleLabelOrientation Enum
Enumerates the available arc scale labels orientation variants.
Declaration
TdxGaugeCircularScaleLabelOrientation = (
loLeftToRight,
loCircular,
loCircularInward,
loCircularOutward,
loRadial
);
Members
Name |
---|
loLeftToRight
|
loCircular
|
loCircularInward
|
loCircularOutward
|
loRadial
|
Remarks
This type is referenced by the LabelOrientation property implemented in the TdxGaugeArcQuantitativeScaleOptionsView class. Possible values include:
Value | Description | Example |
---|---|---|
loLeftToRight | All label inscriptions within an arc scale are located on imaginary parallel horizontal lines. | |
loCircular | This value combines two variants of label orientation, represented by the | |
loCircularInward | This value is opposed to | |
loCircularOutward | This value is opposed to | |
loRadial | The labels are located on the arc scale‘s imaginary radii which match the respective major tick marks. A label inscription is directed from left to right relative to an imaginary radius. |