blueindian1
Programmer
Hello,
Let me preface this question by saying that I am COMPLETLY new to XML and have not a clue as to what i'm doing.
that said:
i have a chart created by XML that is a MS Excel graph. The graph is containd in a big cell. to the left of the graph is a title and to the right is a legend. both the title and the leged have borders around them, and i need to get rid of them. following is information that may be useful in answering this question...if you need other stuff let me know!
here's where the XML starts:
here's the title
any ideas? thanks in advance
Let me preface this question by saying that I am COMPLETLY new to XML and have not a clue as to what i'm doing.
that said:
i have a chart created by XML that is a MS Excel graph. The graph is containd in a big cell. to the left of the graph is a title and to the right is a legend. both the title and the leged have borders around them, and i need to get rid of them. following is information that may be useful in answering this question...if you need other stuff let me know!
here's where the XML starts:
Code:
<param name="XMLData" value="<xml xmlns:x="urn:schemas-microsoft-com:office:excel">
here's the title
Code:
<x:Caption>
<x:DataSource>-1</x:DataSource>
<x:Data>"VA/Premier VA Shipping (in Thousands)"</x:Data>
</x:Caption>
any ideas? thanks in advance