service StackableDiagram in module com::sun::star::chart::

(Global Index)

Syntax

service StackableDiagram;

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

Property Summary

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

Stacked If true , the series of the diagram are stacked.

Property Details



Percent

Syntax

boolean Percent;

Description

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


Stacked

Syntax

boolean Stacked;

Description

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.

Top of Page