Hi,

Take a look at "Using HighLowOpenClose charts" (HLOCChart); in the help docs.

-TH

--- In [email protected], kotha poornima <poorni_ag...@...> wrote:
>
> Hi,
> Can anyone suggest how can i draw a chart using this type of xml.
> 
> <?xml version="1.0" encoding="utf-8"?>
> <test>
> <stock>
>     <month>Aug</month>
>     <close>
>         <High>45..87</High>
>         <Low>25.66</Low>
>     </close>
>     <close>
>         <High>45.77</High>
>         <Low>25.96</Low>
>     </close>
>     <open>
>         25.66
>     </open>
> </stock>
> <stock>
>     <month>Sep</month>
>     <close>
>         <High>45.74</High>
>         <Low>10.23</Low>
>     </close>
>     <close>
>         <High>45.67</High>
>         <Low>25.96</Low>
>     </close>
>     <open>
>         35.29
>     </open>
> </stock>
> </test>
> 
> For ever
>


Reply via email to