Don Simard
My feedback
-
73 votes4 comments · Excel for Windows (Desktop Application) » Charting, Mapping and Visualizations · Flag idea as inappropriate… · Admin →
Thank you for the suggestion on conditional format coloring for treemap charts! While we don’t expect to devote time to this in the near future, we will continue tracking votes and comments here. We will keep this suggestion under consideration for future development.
Thank you again,
Auston [MSFT]An error occurred while saving the comment
@shuvro-basu
in your code snippet - what is "x"? it is undeclared. Will it be the loop index that you didn't implement?
If ActiveChart.FullSeriesCollection(1).Points(x + 1).DataLabel.Text = "Type-DataLabel-That-You-Want" Then
ActiveChart.FullSeriesCollection(1).Points(x + 1).Select
ActiveChart.FullSeriesCollection(1).Points(x + 1).Format.Fill.ForeColor.RGB = NEG_COLOR