Action
Gets how to render value labels.
Valid values include:
- none - Do not draw labels.
- outside - Draw labels around the boundary of the pie.
- callout - Draw labels in two vertical stacks on either side of the pie. The pie is shrunk if necessary to make room for the
labels (see maxLabelRadius). Draw key lines from each label to the associated wedge. Shrink labels as necessary to fit the
space provided.
- inside - Draw labels inside the chart, centered approximately seven tenths of the way along each wedge. Shrink labels to ensure
that they do not interfere with each other. If labels are shrunk below the calloutPointSize property, remove them. When two
labels overlap, Flex gives priority to labels for larger slices.
- insideWithCallout - Draw labels inside the pie, but if labels are shrunk below a legible size, Flex converts them to callouts.
Syntax
C#
protected String labelPosition { get; }
VB
'Declaration
Protected Read Property labelPosition As String
Access
Read only.