How do I set Z axis Labels? I am using HeadMap 3D and the Z-axis keeps giving me Row#0, Row#1...etc.
I would like to set the z-axis to something else. I see how you can do it with X and Y axis buy seeting the row and column labels. I don't know how to do it in Z axis though. Any suggestions are appreicated.
You can change the row labels with:
this.ultraChart1.Data.SetRowLabels(new string[] { "a", "b", "c", "d" });