Area chart properties

Below you will find in-depth user information about each property, what it does and how it can be applied

Many properties in the DATA section can be set overall for the whole chart, but also separately on data point level. See data point styling for more details.

Binding Tab


1 Dataset

2 Series

Styling Tab


General

1 Position and Size

1.1 Position Chart Area

1.2 Position Plot Area

2 Appearance

2.1 Chart Background

2.2 Plot Background

3 Legend

3.1 Background

3.2 Symbols

3.3 Labels

Data

4 Area

4.1 Multi-series

4.2 Shadow

5 Data Marks

5.1 Symbol

6 Data Labels

6.1 Number Format

6.2 Character

6.3 Paragraph

6.4 Shadow

6.5 Background

7 Direct Labels

7.1 Character

7.2 Paragraph

7.3 Shadow

7.4 Background

Axes and Grid

8 Axis > Type: Categorical

8.1 Line

8.2 Ticks and Grid

8.3 Labels

9 Axis > Type: Numerical

9.1 Number Format

9.2 Line

9.3 Major Ticks and Grid

9.4 Minor Ticks and Grid

9.5 Labels

10 Axis > Type: Datetime

10.1 Line

10.2 Major Ticks and Grid

10.3 Minor Ticks and Grid

10.4 Labels

Binding Tab

Dataset>

First row (column) are headings

When enabled, the first row (column) of the dataset are headings.


When disabled, the first row (column) of the dataset is included in the data range.

Helpcenter-Properties-Line-Binding-First-row-are-headings
Data is in Sets the way data is structured: in rows or columns. Helpcenter-Properties-Line-Binding-Data-is-in

Back on top

 

Series>

Name

Text field to name the Series. By default, it is set to “New Series n”. 

This name is used for Direct labels.

helpcenter-properties-area-chart-binding-name
X

X-axis can be used for binding 3 types of data:

  1. Categorical
  2. Numerical
  3. Datetime
You can change the data type in the Formatting tab. To visualize correctly make sure to select the correct type in, Styling > Axes and Grid > X Axis > Type
helpcenter-properties-area-chart-binding-x
 

One or more empty cells in the X-axis data will give the following result:

  1. Categorical data type: An empty category and corresponding label is added. Values of multiple empty categories will be added into one category. 
  2. Numerical data type: No data point is rendered. No data label is plotted. A warning appears:
    “Empty values found where number values were expected. Data is ignored” 
  3. Datetime data type: No data point is rendered, even if there is corresponding data bound to the other axis. No data label is plotted. Datetime labels between the start and end date are added though.
    A warning appears: “Empty values found where datetime values were expected. Data is ignored”

1

helpcenter-properties-area-chart-binding-x-categorical-empty-cells

2

helpcenter-properties-area-chart-binding-x-numerical-empty-cells

3

helpcenter-properties-area-chart-binding-x-datetime-empty-cells

Y

Y-axis can be used for binding 3 types of data:

  1. Categorical
  2. Numerical
  3. Datetime
You can change the data type in the Formatting tab. To visualize correctly make sure to select the correct type in, Styling > Axes and Grid > Y Axis > Type
helpcenter-properties-area-chart-binding-y
 

One or more empty cells in the Y-axis data will give the following result:

  1. A value next to categorical data type: A category name is added to the axis. No data point is plotted. 
  2. A value next to numerical data type: A category name (numerical value) is added to the axis. No data point is plotted.
  3. A value next to datetime data type: A category name (datetime value) is added to the axis. No data point is plotted.

1

helpcenter-properties-area-chart-binding-y-categorical-empty-cells

2

helpcenter-properties-area-chart-binding-y-numerical-empty-cells

3

helpcenter-properties-area-chart-binding-y-datetime-empty-cells

Data Labels Adds the content of a bound column (row) as a label for the corresponding data point helpcenter-properties-area-chart-binding-data-label

Back on top

Styling Tab

DATA


Area>

Chart Orientation Defines the X-axis as horizontal or vertical. Helpenter-Properties-Area-Chart-Orientation
Interpolation

Sets the construction method of connecting the line between data points.

There are 7 options available:

  1. Linear 
  2. Curved Natural 
  3. Curved Cardinal 
  4. Curved 
  5. Steps Middle 
  6. Steps After 
  7. Steps Before
Helpenter-Properties-Area-Chart-Interpolation
Color Sets the color of the area. Helpenter-Properties-Area-Chart-Color
Stroke

Sets the color and weight of the line on top of the area. 

You can apply a dashed stroke by clicking the cogwheel.

Helpenter-Properties-Area-Chart-Stroke

Back on top

 

MULTI-SERIES

Stack Type

Sets the way areas are stacked.

There are 4 options available:

  1. None 
  2. Percentages 
  3. Stack Negative Values Below Zero
  4. Streamgraph
Helpenter-Properties-Area-Chart-Stack-Type
Series Order

Sorts series based on their total area value.


There are 5 options available:

  1. None
  2. Ascending
  3. Descending
  4. Insideout
  5. Reverse
          Helpenter-Properties-Area-Chart-Series-Order 

          Back on top

           

          SHADOW

          Shadow

          Available in Datylon web app only.


          Adds shadow to a given element. Color, X and Y offset and Blur are available for editing.
          Helpenter-Properties-Area-Chart-Area-Shadow

          Back on top

          Data Marks>

          Show

          Sets the location(s) of data marks:

          1. All
          2. Last
          3. First
          4. First and Last
                Helpenter-Properties-Area-Chart-Data-Marks-Show 

                Back on top

                Data Labels>

                Show

                Sets the location(s) of data labels:

                1. All
                2. Last
                3. First
                4. First and Last
                                Helpenter-Properties-Area-Chart-Data-Labels-Show 
                                Data Mark Anchor

                                Can only be applied when data marks are shown. 

                                Moves the center of the text box to the selected position of data mark:

                                Center, Center Left, Center Right, Top, Top Left, Top Right, Bottom, Bottom Left, Bottom Right

                                Helpcenter-Properties-Shared-Data_Label-Data_Mark_Anchor_Point-1
                                Smart Labels

                                Positions the labels above or below the line (left or right the line in case of a vertical chart orientation), depending on the line's inclination. 

                                The distance of the label from the line is set by Vertical Offset (or Horizontal Offset in case of a vertical chart orientation).

                                Helpenter-Properties-Area-Chart-Data-Labels-Smart-Labels

                                 

                                Horizontal Alignment Aligns the label left, centered or right relative to the data point or relative to the data mark anchor if data marks are shown. Helpcenter-Properties-Shared-Labels-Horizontal_Alignment
                                Vertical Alignment Aligns the label top, centered, or bottom relative to the data point or relative to the data mark anchor if data marks are shown. Helpcenter-Properties-Shared-Labels-Vertical_Alignment
                                Horizontal Offset Sets the position of the label horizontally. Enter a positive value to move to the right. Enter a negative value to move to the left. Helpcenter-Properties-Shared-Labels-Horizontal_offset
                                Vertical Offset Sets the position of the label vertically. Enter a positive value to move up. Enter a negative value to move down. Helpcenter-Properties-Shared-Labels-Vertical_Offset
                                Rotation

                                Rotates the label around the anchor point.

                                A positive value rotates counterclockwise. A negative value clockwise.

                                Helpcenter-Properties-Shared-Labels-Rotation
                                Prefix

                                Adds a prefix to all legend labels.

                                Consecutive spaces are ignored. 

                                Helpcenter-Properties-Shared-Labels-Prefix
                                Suffix

                                Adds a suffix to all legend labels.

                                Consecutive spaces are ignored. 

                                Helpcenter-Properties-Shared-Labels-Suffix

                                Back on top

                                Direct Labels>

                                Location

                                Sets the location(s) of the direct labels: 

                                1. Last Data Point
                                2. Side Middle
                                3. Side Bottom
                                    Helpenter-Properties-Area-Chart-Direct-Labels-Location
                                    Smart Labels Automatically repositions direct labels if multiple labels overlap. Helpenter-Properties-Area-Chart-Direct-Labels-Smart-Labels
                                    Horizontal Alignment Aligns the label left, centered, or right relative to the data point or relative to the data mark anchor if data marks are shown. Helpcenter-Properties-Shared-Labels-Horizontal_Alignment
                                    Vertical Alignment Aligns the label top, centered, or bottom relative to the data point or relative to the data mark anchor if data marks are shown. Helpcenter-Properties-Shared-Labels-Vertical_Alignment
                                    Horizontal Offset Sets the position of the label horizontally. Enter a positive value to move to the right. Enter a negative value to move to the left. Helpcenter-Properties-Shared-Labels-Horizontal_offset
                                    Vertical Offset Changes the position of the label vertically. Enter a positive value to move to the top. Enter a negative value to move to the bottom. Helpcenter-Properties-Shared-Labels-Vertical_Offset
                                    Rotation

                                    Rotates the label around the anchor point.

                                    A positive value rotates counterclockwise. A negative value clockwise.

                                    Helpcenter-Properties-Shared-Labels-Rotation
                                    Prefix Adds a prefix to the labels. Helpcenter-Properties-Shared-Labels-Prefix
                                    Suffix Adds a suffix to the labels. Helpcenter-Properties-Shared-Labels-Suffix

                                    Back on top