Customizing Color of Temperature Scale Numbers on XY Chart HeatMap in Ignition

I don't think you can achieve it by configuring any prop.
Following CSS is a workaround but it will change the color of all the labels in chart.

text tspan{
	fill:red;
}

Heatmap labels

Do assign a style class to restrict the changes.