Hello,
If I have a TH1 hist, how can I check (without drawing it) if it’s Xaxis has alphanumeric labels or numbers?
Thanks,
Viesturs
I guess you can use
root.cern.ch/root/htmldoc/TAxis … :GetLabels
It should return 0 if there is no labels.
Ok, it works.
Thanks.