New to Kendo UI for Angular? Start a free 30-day trial
SeriesLabelsAlignment
Specifies the alignment of the label when series.type
is set to "donut"
, "funnel"
, "pyramid"
or "pie"
.
The supported values for "donut"
and "pie"
are:
"circle"
—Positions the labels in circle around the Chart."column"
—Positions the labels in columns to the left and right of the Chart.
The supported values for "funnel"
and "pyramid"
are:
"center"
—Positions the labels in the center over the segment."right"
—Positions the labels on the right side of the Chart and, if there is enough space, do not overlap the segments."left"
—Positions the labels on the left side of the Chart and, if there is enough space, do not overlap the segments.
type
SeriesLabelsAlignment = "circle" | "column" | "center" | "right" | "left";