Posted 6 November 2025, 6:14 pm EST
As in spread we use showValue (to show/hide date labels ) for charts
And these properties to configure the data labels on chart-
var dataLabels = chart.dataLabels();
dataLabels.showValue = true;
dataLabels.showSeriesName = false;
dataLabels.showCategoryName = false;
dataLabels.color = “#000000”;
var dataLabelPosition = GC.Spread.Sheets.Charts.DataLabelPosition;
Just want to confirm,
is showValue used for the sunburst chart too? or is there any other property for sunburst? (to show/hide the data labels )
