LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
StackableDiagram Service Referencepublished

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). More...

import"StackableDiagram.idl";

Inheritance diagram for StackableDiagram:
AreaDiagram BarDiagram FilledNetDiagram LineDiagram NetDiagram XYDiagram

Public Attributes

boolean Percent
 If TRUE, the series of the diagram are stacked and each category sums up to 100%. More...
 
boolean Stacked
 If TRUE, the series of the diagram are stacked. More...
 

Detailed Description

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).

Member Data Documentation

◆ Percent

boolean Percent
property

If TRUE, the series of the diagram are stacked and each category sums up to 100%.

◆ Stacked

boolean Stacked
property

If TRUE, the series of the diagram are stacked.

If you have a stacked bar chart, you can easily determine the sum of data in each category, by taking the top of the topmost bar.


The documentation for this service was generated from the following file: