Included Services - Summary |
::com::sun::star::xml::UserDefinedAttributesSupplier |
If a Diagram may be stored as XML file, this
service should be supported in order to preserve unparsed XML
attributes.
Since OOo 1.1.2
(details)
|
Properties' Summary |
boolean
AutomaticPosition |
[ OPTIONAL ]
If this property is `TRUE` the position is calculated by the application automatically.
Setting this property to false will have no effect. Instead use the interface com::sun::star::drawing::XShape
to set a concrete position (note com::sun::star::chart::XDiagram is derived from com::sun::star::drawing::XShape).
|
boolean
AutomaticSize |
[ OPTIONAL ]
If this property is `TRUE` the size is calculated by the application automatically.
Setting this property to false will have no effect. Instead use the interface com::sun::star::drawing::XShape
to set a concrete size (note com::sun::star::chart::XDiagram is derived from com::sun::star::drawing::XShape).
|
ChartDataRowSource
DataRowSource |
determines if the data for a data row is contained in the
columns or in the rows of the data array.
|
long
DataCaption |
specifies how the caption of data points is displayed.
|
long
MissingValueTreatment |
[ OPTIONAL ]
specifies how empty or invalid cells in the provided data should be handled when displayed
|
Included Services - Details |
::com::sun::star::xml::UserDefinedAttributesSupplier
- Usage Restrictions
- optional
- Description
- If a Diagram may be stored as XML file, this
service should be supported in order to preserve unparsed XML
attributes.
Since OOo 1.1.2
|
|
Properties' Details |
AutomaticPosition
boolean AutomaticPosition;
- Usage Restrictions
- optional
- Description
- If this property is `TRUE` the position is calculated by the application automatically.
Setting this property to false will have no effect. Instead use the interface com::sun::star::drawing::XShape
to set a concrete position (note com::sun::star::chart::XDiagram is derived from com::sun::star::drawing::XShape).
|
|
AutomaticSize
boolean AutomaticSize;
- Usage Restrictions
- optional
- Description
- If this property is `TRUE` the size is calculated by the application automatically.
Setting this property to false will have no effect. Instead use the interface com::sun::star::drawing::XShape
to set a concrete size (note com::sun::star::chart::XDiagram is derived from com::sun::star::drawing::XShape).
|
|
DataRowSource
|
DataCaption
long DataCaption;
- Description
- specifies how the caption of data points is displayed.
- See also
- ChartDataCaption
|
|
MissingValueTreatment
long MissingValueTreatment;
- Usage Restrictions
- optional
- Description
- specifies how empty or invalid cells in the provided data should be handled when displayed
- See also
- MissingValueTreatment
|
|
Top of Page
Copyright © 2020, 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.