|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.exports.Exports.DataExport
public final class Exports.DataExport
Constructor Summary | |
---|---|
Exports.DataExport()
|
Method Summary | |
---|---|
ExcelFormat |
getExcel()
Export Chart as Excel spreadsheet |
HTMLFormat |
getHTML()
Export Chart as HTML table |
TextFormat |
getText()
Export Chart as text Example: myChart.getExport().getData().getText().save(tmpName); |
XMLFormat |
getXML()
Export Chart to XML data format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Exports.DataExport()
Method Detail |
---|
public XMLFormat getXML()
public TextFormat getText()
Example:
myChart.getExport().getData().getText().save(tmpName);
public HTMLFormat getHTML()
public ExcelFormat getExcel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |