Series.THorizAreaSeries
 
 
 


THorizAreaSeries
Hierarchy     Properties     Methods     Events     

Draws points filling the area from the point values to the left or right axis (vertical axis).




Unit
Series

Description
The THorizAreaSeries component outputs all points by drawing a line between them and fills the area defined by the line and the left or right side of the Chart.
To see a visual representation of this Series type, go to the TeeChart User Guide.

Set the TCustomChartElement.ParentChart property to the desired Chart component.
Use the TChartSeries.Add or TChartSeries.AddXY method to manually fill area points.

Use the TCustomSeries.AreaBrush property to draw patterned areas.

The TCustomSeries.AreaColor property determines the background area color.

The lines dividing area points are drawn using the TCustomSeries.AreaLinesPen property.

To build stacked area charts use the TAreaSeries.MultiArea property.

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

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

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




Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.