Class BaseAreaSeries
This is the base class for area chart series in the 2D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class BaseAreaSeries : SelfDrawingSeries, IInteractionManager, IInteractiveElement, ILogicalItem, ISeriesControl, IAnimatable
Constructors
BaseAreaSeries()
Methods
CreateBackgroundFigure(PointCollection, PointCollection)
Creates the background figure.
Declaration
protected virtual PathFigure CreateBackgroundFigure(PointCollection topPoints, PointCollection bottomPoints)
Parameters
System.Windows.Media.PointCollection
topPoints
The top points. |
System.Windows.Media.PointCollection
bottomPoints
The bottom points. |
Returns
System.Windows.Media.PathFigure
|