Skip to main content

PointLabelOrientation Type

Lists values used to specify point label orientation.

Declaration

export type PointLabelOrientation = "Default" | "RotateRight" | "RotateLeft"

Members

Name Description
"Default"

A point label is displayed in its default orientation.

"RotateRight"

A point label is rotated 90 degrees clockwise.

"RotateLeft"

A point label is rotated 90 degrees counter clockwise.

Remarks

Values from this type alias are used to set the PointLabelOptionsBase.orientation property.