i adding chart using dataprovider . And also i used flex bulider SDK 3.0, In installed C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\locale\datavisualization.swc
also there but my flex bulider shows error like
Severity and Description Path Resource Location Creation Time Id
Unable to resolve resource bundle "charts", So HOW CAN I SET THE PATH
<mx:ColumnChart x="41" y="68" dataProvider="{stats}" id="columnchart1" width="297" height="262">
<mx:series>
<mx:ColumnSeries displayName="Expenses" yField="expenses">
<mx:fill>
<mx:SolidColor color="#738994" />
</mx:fill>
</mx:ColumnSeries>
<mx:ColumnSeries displayName="Revenue" yField="revenue">
<mx:fill>
<mx:SolidColor color="#a7c8d8" />
</mx:fill>
</mx:ColumnSeries>
<mx:ColumnSeries displayName="Profit" yField="profit">
<mx:fill>
<mx:SolidColor color="#406374" />
</mx:fill>
</mx:ColumnSeries>
</mx:series>
</mx:ColumnChart>