PieChartLabels🔗Select labels to display on the pie chart.Name - The series or field name.Percent - The percentage of the whole.Value - The raw numerical value.Definition🔗export enum PieChartLabels { Name = "name", Value = "value", Percent = "percent", }