Table of Contents

Point and Line Series

Point series visualize data as a set of individual numeric data points. Line series are used to connect numeric data points by different types of line segments.

The following types of Point and Line series are available.

Point

Point series visualize data as a set of individual numeric data points.

PointSeries

Line

Line series connect numeric data points by straight line segments.

LineSeries

Stacked Line

Stacked Line series can be used to show the trend of the contribution for each value.

StackedLineSeries

Full-Stacked Line

Stacked Line series are useful for showing the trend of the percentage for each value.

FullStackedLineSeries

Step Line

Step Line series use vertical and horizontal lines to connect the numeric data points forming a step-like progression.

StepLineSeries

Spline

Spline series plot a fitted curve through each numeric data point.

SplineSeries