Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  com  :: sun  :: star  :: chart  :: 
 
 
service LineDiagram 
 
Description  
specifies line, spline and symbol diagrams.
  
 
 
 
 
Included Services - Summary 
 
Diagram  
(referenced entity's summary:) 
the base service for the diagram of the chart document.
  
 
 
 
ChartStatistics  
(referenced entity's summary:) 
offers statistical properties for the data in the chart. It is
 available for a single data row and for the whole diagram.
  
 
 
 
ChartAxisXSupplier  
(referenced entity's summary:) 
has to be supported by charts providing the cpabilities of a
 horizontal axis, i.e., an x -axis.
  
 
 
 
ChartTwoAxisYSupplier  
(referenced entity's summary:) 
a helper service for chart documents which supply
 primary and secondary y-axes.
  
 
 
 
ChartAxisZSupplier  
(referenced entity's summary:) 
A helper service for chart documents which supply a z-axis.
  
 
 
 
Dim3DDiagram  
(referenced entity's summary:) 
is a service for diagrams that support the capability to render
 themselves as three-dimensional diagrams as well as
 two-dimensional ones.
  
 
 
 
StackableDiagram  
(referenced entity's summary:) 
a helper service for stackable chart types (e.g., charts in
 which the data rows may be displayed stacked on each other or in
 percent relation).
  
 
 
 
Properties' Summary 
 
long 
SymbolType  
determines which type of symbols are displayed.
 
   
 
::com::sun::star::awt ::Size  
SymbolSize  
[ OPTIONAL ] 
 specifies the size of symbols in 1/100th of a millimeter.
   
 
string 
SymbolBitmapURL  
[ DEPRECATED ] 
 [ OPTIONAL ] 
 Set this property to any valid URL that points to a graphic
 file. This graphic is then used as symbol for all series.
   
 
boolean 
Lines  
determines if the chart type has lines connecting the data
 points or contains just symbols.
   
 
long 
SplineType  
determines if the chart is a spline-chart type and specifies
 the type of splines.
   
 
long 
SplineOrder  
[ OPTIONAL ] 
 specifies the power of the polynomials used for spline
 calculation
 This property is only valid for B-splines
   
 
long 
SplineResolution  
[ OPTIONAL ] 
 determines the number of sampling points of a spline
   
 
Included Services - Details 
 
 
Diagram 
(referenced entity's summary:) 
the base service for the diagram of the chart document.
  
 
 
 
 
 
 
ChartStatistics 
(referenced entity's summary:) 
offers statistical properties for the data in the chart. It is
 available for a single data row and for the whole diagram.
  
 
 
 
 
 
 
ChartAxisXSupplier 
(referenced entity's summary:) 
has to be supported by charts providing the cpabilities of a
 horizontal axis, i.e., an x -axis.
  
 
 
 
 
 
 
ChartTwoAxisYSupplier 
(referenced entity's summary:) 
a helper service for chart documents which supply
 primary and secondary y-axes.
  
 
 
 
 
 
 
ChartAxisZSupplier 
(referenced entity's summary:) 
A helper service for chart documents which supply a z-axis.
  
 
 
 
 
 
 
Dim3DDiagram 
(referenced entity's summary:) 
is a service for diagrams that support the capability to render
 themselves as three-dimensional diagrams as well as
 two-dimensional ones.
  
 
 
 
 
 
 
StackableDiagram 
(referenced entity's summary:) 
a helper service for stackable chart types (e.g., charts in
 which the data rows may be displayed stacked on each other or in
 percent relation).
  
 
 
 
 
 
Properties' Details 
 
SymbolType 
 
 
SymbolSize 
::com::sun::star::awt ::Size  SymbolSize ; 
Usage Restrictions  
optional  
Description  
specifies the size of symbols in 1/100th of a millimeter.
  
 
 
 
 
 
SymbolBitmapURL 
string SymbolBitmapURL ; 
Usage Restrictions  
deprecated  
optional  
Description  
Set this property to any valid URL that points to a graphic
 file. This graphic is then used as symbol for all series.
  
When you query this value you get an internal URL of the
 embedded graphic.
  
See also  
ChartSymbolType  
 
 
 
 
 
Lines 
boolean Lines ; 
Description  
determines if the chart type has lines connecting the data
 points or contains just symbols.
  
 
 
 
 
 
SplineType 
long SplineType ; 
Description  
determines if the chart is a spline-chart type and specifies
 the type of splines.
  
You can set the following values:
 
 0 lines are used instead of splines  
 1 use cubic splines  
 2 use B-splines  
 
 
  
 
 
 
 
 
SplineOrder 
long SplineOrder ; 
Usage Restrictions  
optional  
Description  
specifies the power of the polynomials used for spline
 calculation
 This property is only valid for B-splines
  
 
 
 
 
 
SplineResolution 
long SplineResolution ; 
Usage Restrictions  
optional  
Description  
determines the number of sampling points of a spline
  
 
 
 
 
 
 Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.