Difference between revisions of "NL/Documentation/BASIC Guide/Chart Types"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with "{{NL/Documentation/BASICGuideTOC/v2 |ShowPrevNext=block |ShowPrevPage=block |PrevPage=NL/Documentation/BASIC Guide/Structure of Charts |NextPage=NL/Documentation/BASIC Guide/D..." (tussenstap opslaan))
 
Line 22: Line 22:
 
;<tt>SplineResolution (Long)</tt>:aantal ondersteuningspunten voor berekening van spline
 
;<tt>SplineResolution (Long)</tt>:aantal ondersteuningspunten voor berekening van spline
  
== Gebiedsdiagrammen ==
+
== Vlakdiagrammen ==
  
Area charts (<idl>com.sun.star.chart.AreaDiagram</idl> service) support two X-axes, two Y-axes and one Z-axis. They can be displayed as 2D or 3D graphics (<idl>com.sun.star.chart.Dim3Ddiagram</idl> service). The areas can be stacked (<idl>com.sun.star.chart.StackableDiagram</idl>).
+
Vlakdiagrammen (service <idl>com.sun.star.chart.AreaDiagram</idl>) ondersteunen één X-as, twee Y-assen en één Z-as. Zij kunnen worden weergegeven als 2D of 3D afbeeldingen (service <idl>com.sun.star.chart.Dim3Ddiagram</idl>). De vlakken kunnen worden gestapeld (<idl>com.sun.star.chart.StackableDiagram</idl>).
  
== Bar Charts ==
+
== Staaf-diagrammen ==
  
Bar charts (<idl>com.sun.star.chart.BarDiagram</idl>) support two X-axes, two Y-axes and one Z-axis. They can be displayed as 2D or 3D graphics (<idl>com.sun.star.chart.Dim3Ddiagram</idl> service). The bars can be stacked (<idl>com.sun.star.chart.StackableDiagram</idl>).
+
Staaf diagrammen (<idl>com.sun.star.chart.BarDiagram</idl>) ondersteunen één X-as, twee Y-assen en één Z-as. Zij kunnen worden weergegeven als 2D of 3D afbeeldingen (service <idl>com.sun.star.chart.Dim3Ddiagram</idl>). De staven kunnen worden gestapeld (<idl>com.sun.star.chart.StackableDiagram</idl>).
  
They provide the following properties:
+
Zij verschaffen de volgende eigenschappen:
  
 
;<tt>Vertical (Boolean)</tt>:displays the bars vertically, otherwise they are depicted horizontally
 
;<tt>Vertical (Boolean)</tt>:displays the bars vertically, otherwise they are depicted horizontally

Revision as of 14:42, 11 March 2013

Book.png


Lijn-diagrammen

Lijndiagrammen (com.sun.star.chart.LineDiagram) ondersteunen één X-as, twee Y-assen en één Z-as. Zij kunnen worden weergegeven als 2D of 3D afbeeldingen (service com.sun.star.chart.Dim3Ddiagram). De lijnen kunnen worden gestapeld (com.sun.star.chart.StackableDiagram).

Lijn-diagrammen verschaffen de volgende eigenschappen:

SymbolType (const)
symbool voor weergeven van gegevenspunten (constante overeenkomend met com.sun.star.chart.ChartSymbolType)
SymbolSize (Long)
grootte van het symbool voor het weergeven van de gegevenspunten in 100-en van een millimeter.
SymbolBitmapURL (String)
bestandsnaam van de afbeelding voor het weergeven van de gegevenspunten
Lines (Boolean)
koppelt de gegevenspunten door middel van lijnen
SplineType (Long)
functie Spline voor gladder maken van de lijnen (0: geen functie Spline, 1: kubistische splines, 2: B splines)
SplineOrder (Long)
polynominale dikte voor splines (alleen voor B splines)
SplineResolution (Long)
aantal ondersteuningspunten voor berekening van spline

Vlakdiagrammen

Vlakdiagrammen (service com.sun.star.chart.AreaDiagram) ondersteunen één X-as, twee Y-assen en één Z-as. Zij kunnen worden weergegeven als 2D of 3D afbeeldingen (service com.sun.star.chart.Dim3Ddiagram). De vlakken kunnen worden gestapeld (com.sun.star.chart.StackableDiagram).

Staaf-diagrammen

Staaf diagrammen (com.sun.star.chart.BarDiagram) ondersteunen één X-as, twee Y-assen en één Z-as. Zij kunnen worden weergegeven als 2D of 3D afbeeldingen (service com.sun.star.chart.Dim3Ddiagram). De staven kunnen worden gestapeld (com.sun.star.chart.StackableDiagram).

Zij verschaffen de volgende eigenschappen:

Vertical (Boolean)
displays the bars vertically, otherwise they are depicted horizontally
Deep (Boolean)
in 3D viewing mode, positions the bars behind one another rather than next to one another
StackedBarsConnected (Boolean)
links the associated bars in a stacked chart by means of lines (only available with horizontal charts)
NumberOfLines (Long)
number of lines to be displayed in a stacked chart as lines rather than bars
GroupBarsPerAxis (Boolean)
displays bars attached to different axes behind or next to each other (available since OpenOffice.org 2.4)

Pie Charts

Pie charts (com.sun.star.chart.PieDiagram) do not contain any axes and cannot be stacked. They can be displayed as 2D or 3D graphics (com.sun.star.chart.Dim3DDiagram service).

The following properties are provided for pie and donut charts with the Diagram object:

StartingAngle (Long)
angle of the first piece of a pie in degrees (available since OpenOffice.org 3.0)


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