ScatterAreaSeries
Overview
RadCartesianChart visualizes ScatterAreaSeries as the area enclosed by the coordinate axes and straight line segments that connect the series data points. The ScatterAreaSeries inherit from the ScatterPointSeries class and also require both axes of the chart to be of type NumericalAxis.
Features
ScatterAreaSeries provides the following properties to change its style:
- Stroke (Color): Changes the color used to draw lines.
- StrokeThickness (double): Changes the width of the lines.
- Fill (Color): Changes the color of the chart area.
Example
Here is an example how to create RadCartesianChart with ScatterArea Series:
First, create the needed business objects, for example:
Then create a ViewModel:
Finally, use the following snippet to declare a RadCartesianChart with ScatterArea Series in XAML and in C#:
Where the telerikChart namespace is the following:
And here is the result:
A sample ScatterArea Series example can be found in the Chart/Series folder of the SDK Samples Browser application.
Customization Example
Here we make some customization: