Matrix


A stacked bar chart is a variant of the bar chart. A standard bar chart compares individual data points with each other. In a stacked bar chart, parts of the data are adjacent (in the case of horizontal bars); each bar displays a total amount, broken down into sub-amounts.

Equivalent subsections are the same color in each bar. This formatting makes it easy to compare both the whole picture and the components of each bar.

   • Special Options and Parameters:

      • Show as cumulative – If set then graph shows cumulative values instead original values

      • Show trendline – If set then graph shows trendline for each data set

      • Show as cumulative – If set then graph shows cumulative values instead original values

   • Labels

      • Show labels – If set then labels are displayed, their size and position should be changed in section Label Positions for each data set

   • Legends

      • Show legend – If set then legends are displayed, default is true

      • Size – Set size of legend text

      • Set color of the same as theme – If set then text of legend is the same color as scatter plot graph

   • Axis Labels

      • Min value, Max value – Defines range of values on Y axis. Default is set to auto.

      • Show Axis – If set then graph axises are displayed

      • Show Y axis labels – If set then labels on axis Y are displayed

      • Size – Set size of text of labels on Y axis

      • Show Y axis labels – If set then labels on axis X are displayed

      • Size – Set size of text of labels on X axis

      • Show Grid – If set then grid on graph is displayed. Default is the column set.

   • Color theme

      • Select color palette – Sets color palette for the scatter plot graph. User can modify Custom palette

Return to Knowledge Base