I have a xml source like this
<TS val="2005">
<DP y="75-79 yr" l="-114.9" r="108.6" />
<DP y="<1 yr" l="-13.9" r="11.8" />
<DP y=">85 yr" l="-117.5" r="104.0" />
<DP y="70-74 yr" r="39.2" l="-33.1" /></TS>
In FlexBuilder 3:
the chart Y axis is not showing the value for "<1 yr"
where as others are coming like ">85 yr"
.
So any one say that how <
can be handled in flex 3 to disply this value.
Thanks in advance