ElegantJCharts - Visualize THE Information Power
Home | About Us | Contact | Community | Support | Sitemap

Powerful Visualization of Your Chart Data

Java Chart and Graphs XML Example
 
Guides and Manuals
Chart Selection Guidelines ElegantJ Chart Library
Chart Selection Guidelines ElegantJ Chart
Sample Application
Chart Selection Guidelines ElegantJ Chart
Designer IDE
Chart Selection Guidelines ElegantJ
Indicators & Gauges
What's New
Chart Selection Guidelines Pressroom
Chart Selection Guidelines Product Reviews
Chart Selection Guidelines Other Links
ElegantJ Chart - In the Spot Light Archive In the Spot Light Archive
ElegantJ Chart - In the Spot Light Archive Events
Knowledgebase
Dashboard Design with ElegantJ Charts Dashboard Design with
ElegantJ Charts
Chart Selection Guidelines Chart Selection Guidelines
ElegantJ Charts - Java Architectures and Data Sources ElegantJ Charts - Java Architectures and
Data Sources
Working with Different Java Architecture Working with Different
Java Architectures
Working with Different Data Sources Working with Different
Data Sources
ElegantJ Charts and XML ElegantJ Charts and XML
What is EJXML? What is EJXML?
EJXML Format EJXML Format
EJXML Data Format EJXML Data Format
Unique Process of ElegantJ Charts Unique Process
 
 

EJXML Data Format

 

In EJXML, chart data is represented with a <GraphData> element. The <GraphData> element is used to store data. It will be associated with the <Graph> element of the same name.


Example:
<GraphData>
 <row>
   <column>4month</column>
   <column>type</column>
   <column>count</column>
 </row>
 <row>
   <column>Jan</column>
   <column>Legand_1</column>
   <column>150</column>
 </row>
 <row>
   <column>Jan</column>
   <column>Legand_2</column>
   <column>290</column>
 </row>
 <row>
   <column>Jan</column>
   <column>Legand_3</column>
   <column>160</column>
 </row>
 <row>
   <column>Feb</column>
   <column>Legand_1</column>
   <column>90.6566</column>
 </row>
 <row>
   <column>Feb</column>
   <column>Legand_2</column>
   <column>140.45454</column>
 </row>
 <row>
   <column>Feb</column>
   <column>Legand_3</column>
   <column>221.3</column>
 </row>
 <row>
   <column>Mar</column>
   <column>Legand_1</column>
   <column>290</column>
 </row>
 <row>
   <column>Mar</column>
   <column>Legand_2</column>
   <column>90</column>
 </row>
 <row>
   <column>Mar</column>
   <column>Legand_3</column>
   <column>150</column>
 </row>
 <row>
   <column>Apr</column>
   <column>Legand_1</column>
   <column>55</column>
 </row>
 <row>
   <column>Apr</column>
   <column>Legand_2</column>
   <column>167</column>
 </row>
 <row>
   <column>Apr</column>
   <column>Legand_3</column>
   <column>330</column>
 </row>


Inside of the GraphData, there are two types of elements. The first is a Row element. The other type of element in GraphData is the Column element. Column is subelement of Row element.

 
 
 
Join Community
Join ElegantJ Charts Community
Gallery
Snapshots of numerous type and presentation styles of ElegantJ Charts. Charting components and Gauges gallery
 
Download Trial
Try evaluation version before you purchase.
Chart Library
Chart Designer IDE
Indicators & Gauges
Download Trial - ElegantJ Chart Library and ElegantJ Chart Designer IDE
 
Buy Now
Available Products:
Chart Library

Chart Designer IDE
Indicators & Gauges
Buy Now - ElegantJ Chart Library and ElegantJ Chart Designer IDE
ElegantJ Charts
©Elegant MicroWeb. All Trademarks are duly acknowledged. Please read Disclaimer and Privacy Policy