Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
Can I get the default row and column labels?
posted

I know that to set the row and column labels you do this

ctrlUltraChart.Data.SetRowLabels(strArray);

ctrlUltraChart.Data.SetColumnLabels(strArray);

and to get the labels that have been manually set you use

string[ strRowLabels = ctrlUltraChart.Data.GetRowLabels();

string[ strColLabels = ctrlUltraChart.Data.GetColumnLabels();

 but how do I get the labels that are automatically set by the ultrachart?

Parents Reply Children
No Data