Bar/Line Chart - Grid - Series

Series represent set of values from one calculation.

  • Title
    Title of the Series. Title is used in legend and also in list of Series.

  • Column
    Additional info about items is shown on hover
    Column for a Series.

  • Appearance
    The style of a Series

    • Type
      Required
      Defines, how values in Series should be presented.

      • Bar - Values are presented as a vertical bar.

      • Line - Values are presented as a line.

      • Curved Line - Values are presented as a curved (smoothed) line.

      • Line Area - Values are presented as a line. Area under the line is filled with color of the line.

      • Curved Line Area - Values are presented as a curved (smoothed) line. Area under the line is filled with color of the line.

    • Mode
      Required
      This options further modify how values are presented in Series.

      • Regular - Values are presented without changes.

      • Regular Stacked - Available only for “Bar” type. Values are stacked on top of each other with other Series that also have Regular Stacked mode selected.

      • Cumulative - Each displayed value is the sum of associated value and all previous values.

      • Cumulative Stacked - Available only for “Bar” type. Each displayed value is the sum of associated value and all previous values. Values are stacked on top of each other with other Series that also have Cumulative Stacked mode selected.

    • Line Width
      Inheritable
      Available only when line-based type of Series is selected.
      Width of the series’s line. Measured in permilles of the entire Layout’s height.

    • Marker Style
      Required
      Available only when line-based type of Series is selected.
      Style of the marker representing each displayed value.

      • None

      • Circle

      • Cross

      • Cross-Rotated

      • Diamond

      • Rectangle

      • Rectangle-Rotated

      • Star

      • Triangle

    • Value Axis
      Value Axis for a Serie.

    • Bar/Line Color
      Depending on selected chart’s Type
      Color of the bar/line.

    • Show In Legend
      Whether the Series should be displayed in the legend.

    • Show Value Labels
      Whether each value in Series should have label displayed. This group contains value labels options.

      • Display Format
        Required
        Value’s format. When Raw is selected, the labels are displayed without any transformation.

      • Custom Display Format
        Available only when “Custom” is selected as a Display Format
        For more information see Custom Display Format section.
        Custom format of the value.

      • Text Color
        Inheritable
        For more information see Color Field section.
        Color of the text.

      • Text Style
        Inheritable
        For more information see Text Style section.
        Value labels do not support Custom CSS in the Text Style. If Theme Text Style, with Custom CSS is chosen, Custom CSS will not be applied
        Type of font to use and whether bold or italic text should be used.

      • Font Size
        Inheritable
        Size of the font. Measured in permilles of the entire Layout’s height.

      • Font Size Coefficient
        Inheritable
        The font size is calculated by multiplying available height for the text by font size coefficient.

      • Custom Null Value
        Inheritable
        A custom value that is displayed when the value is null.

    • Conditional Styles
      Manually orderable
      For more information see Conditional Styles chapter.
      Conditional Styles are used to modify appearance of the value based on its data.