PointLabelPosition Type
In This Article
Lists values used to specify the point label position.
#Declaration
TypeScript
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.