PieChartLegendValues🔗Select values to display in the legend.Percent: The percentage of the whole.Value: The raw numerical value.Definition🔗export enum PieChartLegendValues { Value = "value", Percent = "percent", }