Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API module Google::Cloud::Monitoring::Dashboard::V1::Text::TextStyle::PointerLocation.
Specifies where a visual pointer is placed on a text widget (also sometimes called a "tail")
Constants
POINTER_LOCATION_UNSPECIFIED
value: 0
No visual pointer
PL_TOP
value: 1
Placed in the middle of the top of the widget
PL_RIGHT
value: 2
Placed in the middle of the right side of the widget
PL_BOTTOM
value: 3
Placed in the middle of the bottom of the widget
PL_LEFT
value: 4
Placed in the middle of the left side of the widget
PL_TOP_LEFT
value: 5
Placed on the left side of the top of the widget
PL_TOP_RIGHT
value: 6
Placed on the right side of the top of the widget
PL_RIGHT_TOP
value: 7
Placed on the top of the right side of the widget
PL_RIGHT_BOTTOM
value: 8
Placed on the bottom of the right side of the widget
PL_BOTTOM_RIGHT
value: 9
Placed on the right side of the bottom of the widget
PL_BOTTOM_LEFT
value: 10
Placed on the left side of the bottom of the widget
PL_LEFT_BOTTOM
value: 11
Placed on the bottom of the left side of the widget
PL_LEFT_TOP
value: 12
Placed on the top of the left side of the widget