Difference between revisions of "Documentation/BASIC Guide/Charts"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 9: Line 9:
 
<!--{{DISPLAYTITLE:Overview of Some Central Interfaces}}-->
 
<!--{{DISPLAYTITLE:Overview of Some Central Interfaces}}-->
 
{{DISPLAYTITLE:Charts}}
 
{{DISPLAYTITLE:Charts}}
{{OOo}} can display data as a chart, which creates graphical links between data in the form of bars, pie charts, lines or other elements. Data can either be displayed as 2D or 3D graphics, and the appearance of the chart elements can be individually adapted in a similar way to the process used for drawing elements.
+
{{OOo}} can display data as a chart, which creates graphical representations of numerical data in the form of bars, pie charts, lines or other elements. Data can either be displayed as 2D or 3D graphics, and the appearance of the chart elements can be individually adapted in a similar way to the process used for drawing elements.
  
If the data is available in the form of a spreadsheet, then this can be dynamically linked to the chart. Any modifications made to the basic data can in this instance be seen immediately in the assigned chart. This chapter provides an overview of the programming interface for chart modules of {{OOo}} and focuses on the use of charts within spreadsheet documents:
+
Charts are not treated as independent documents in {{OOo}}, but as objects that are embedded in an existing document.
 +
A chart may contain its own data or may display data from the container document. For example charts in spreadsheets can display data obtained from the cell ranges and charts in text documents can display data obtained from writer tables.
 +
 
 +
This chapter provides an overview of the programming interface for chart modules of {{OOo}} and focuses on the use of charts within spreadsheet documents:
  
 
* [[Documentation/BASIC Guide/Charts in Spreadsheets|Using Charts in Spreadsheets]]
 
* [[Documentation/BASIC Guide/Charts in Spreadsheets|Using Charts in Spreadsheets]]

Revision as of 09:11, 18 July 2008

Template:Documentation/NeedsRework


Apache OpenOffice can display data as a chart, which creates graphical representations of numerical data in the form of bars, pie charts, lines or other elements. Data can either be displayed as 2D or 3D graphics, and the appearance of the chart elements can be individually adapted in a similar way to the process used for drawing elements.

Charts are not treated as independent documents in Apache OpenOffice, but as objects that are embedded in an existing document. A chart may contain its own data or may display data from the container document. For example charts in spreadsheets can display data obtained from the cell ranges and charts in text documents can display data obtained from writer tables.

This chapter provides an overview of the programming interface for chart modules of Apache OpenOffice and focuses on the use of charts within spreadsheet documents:

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools