IAreaSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Follow this link for a visual representation of this Series type.

The AreaSeries class outputs all points by drawing a line between them and fills the area defined by the line and the bottom side of the Chart.

Set the ParentChart property to the desired Chart class. Use the AddY or AddXY method to manually fill area points.

Use the AreaBrush property to draw patterned areas.

The Series.Color property determines the background area color.

The lines dividing area points are drawn using the AreaPen property.

To build stacked area charts use the MultiArea property.

The Stairs property controls how to draw the connecting lines between points. Use then the InvertedStairs property to change how are these steps drawn.

The top lines can be altered by using the LinePen property.

Please refer to CustomSeries ancestor description for all common Series properties like Marks, Axis, Pointers and events.