New to Kendo UI for Angular? Start a free 30-day trial
SeriesLabelsAlignment
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"
—The labels are positioned in circle around the Chart."column"
—The labels are positioned in columns to the left and right of the Chart.
The supported values for "funnel"
and "pyramid"
are:
"center"
—The labels are positioned in the center over the segment."right"
—The labels are positioned on the right side of the Chart and, if there is enough space, do not overlap the segments."left"
—The labels are positioned 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";