LauriL
09-26-2007, 12:28 AM
Hi!
I'm new to Flex 2 and I have a small problem regarding displayName property of the Series class. The problem is that when I want the displayName to show a value from Model, it doesn't show it. E.g. I have:
<mx:BubbleSeries displayName="title" xField="value9" yField="value8"
where title, value9 and value8 are fields from a XML file that I import using
<mx:Model id="data" source="boston_matrix.xml"/>
The chart succesfully loads the data values but not the title values (displayName). I've tried using curly braces around that as well, but that doesn't work. What to do?
Thx!
I'm new to Flex 2 and I have a small problem regarding displayName property of the Series class. The problem is that when I want the displayName to show a value from Model, it doesn't show it. E.g. I have:
<mx:BubbleSeries displayName="title" xField="value9" yField="value8"
where title, value9 and value8 are fields from a XML file that I import using
<mx:Model id="data" source="boston_matrix.xml"/>
The chart succesfully loads the data values but not the title values (displayName). I've tried using curly braces around that as well, but that doesn't work. What to do?
Thx!