Table of Contents

Area Series

Area series connect numeric data points by different types of line segments and fill the area between the line and X-axis/other series.

The following types of Point and Line series are available.

Area

Area series connect numeric data points by straight line segments and fill the area between the line and X-axis.

AreaSeries

Stacked Area

Stacked Area series can be used to show the trend of the contribution for each value. Stacked Area series connect numeric data points by straight line segments and fill the area between the line and previous series.

StackedAreaSeries

Full-Stacked Area

Full-Stacked Area series are useful to show the trend of the percentage for each value.

FullStackedAreaSeries

Step Area

Step Area series use vertical and horizontal lines to connect the numeric data points forming a step-like progression and fill the area between the line and X-axis.

StepAreaSeries

Spline Area

Spline Area series plot a fitted curve through each numeric data point and fill the area between the line and X-axis.

SplineAreaSeries

Stacked Spline Area

Stacked Area series can be used to show the trend of the contribution for each value. Stacked Area series plot a fitted curve through each numeric data point, and fill the area between the line and previous series.

StackedSplineAreaSeries

Full-Stacked Spline Area

Full-Stacked Spline Area series are useful to show the trend of the percentage for each value.

FullStackedSplineAreaSeries