PointLabelPosition Type
Lists values used to specify the point label position.
Declaration
export type PointLabelPosition = "Outside" | "Inside"
Members
| Name | Description |
|---|---|
| "Outside" | Labels displayed outside points. |
| "Inside" | Labels displayed inside points. |
Remarks
Values from this type alias are used to set the PointLabelOptions.position and PieItem.labelPosition properties.