Jump to content
Software FX Community

vijayg

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by vijayg

  1. HI

    Iam using Chart FX 7 and iam exporting file content into XML format to use it as chart schemas

    i used following lines of code....

    chart1.FileContents = FileContents.Template;

    chart1.Export(FileFormat.Xml, strFile);

    It is exporting every thing... but it is saving series attributes colors and Text also. But i want to save only color not the Text of series attributes as the text should bind dynamically....

    can any body help me......

     

    Thanks

  2. HI

    Iam using Chart FX 7  and iam exporting file content into XML format to use it as chart schemas

    i used following lines of code....

    chart1.FileContents = FileContents.Template;chart1.Export(FileFormat.Xml, strFile);

     It is exporting every thing... but it is saving series attributes colors and Text also. But i want to save only color not the Text of series attributes as the text should bind dynamically....

    can any body help me......

     

    Thanks 

×
×
  • Create New...