waynerenaud
IS-IT--Management
I need to automatically color a point on a bar chart if the source data value is <60.
I cannot find how to get the point.value
I can get the point.datalabel.text but then cannot match it to a value.
something like:
if dp.value <60 then
dp.interior.colorindex = 3
end if
Please help.
I cannot find how to get the point.value
I can get the point.datalabel.text but then cannot match it to a value.
something like:
if dp.value <60 then
dp.interior.colorindex = 3
end if
Please help.