TextPosition Type

Sets the positions of the `text` elements. Note that not all options work for every type of trace, e.g. Pie Charts only support "inside" | "outside" | "auto" | "none" - Cartesian plots: Sets the positions of the `text` elements with respects to the (x,y) coordinates. - Pie Charts and derivatives: Specifies the location of the text with respects to the sector.

Union cases

Union case Description

Auto

Full Usage: Auto

BottomCenter

Full Usage: BottomCenter

BottomLeft

Full Usage: BottomLeft

BottomRight

Full Usage: BottomRight

Inside

Full Usage: Inside

MiddleCenter

Full Usage: MiddleCenter

MiddleLeft

Full Usage: MiddleLeft

MiddleRight

Full Usage: MiddleRight

None

Full Usage: None

Outside

Full Usage: Outside

TopCenter

Full Usage: TopCenter

TopLeft

Full Usage: TopLeft

TopRight

Full Usage: TopRight

Instance members

Instance member Description

this.Convert

Full Usage: this.Convert

Returns: obj
Returns: obj

Static members

Static member Description

TextPosition.convert

Full Usage: TextPosition.convert

Returns: TextPosition -> obj
Returns: TextPosition -> obj

TextPosition.toString

Full Usage: TextPosition.toString

Returns: TextPosition -> string
Returns: TextPosition -> string