Class Area
This class represents a 2D area series item.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Area : BaseAreaChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Area()
Declaration
public Area()
Methods
CreateBottomPoints(Size, DataRange, DataRange)
Creates the bottom points.
Declaration
protected override void CreateBottomPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
DataRange
rangeYFrom
The range Y from. |
DataRange
rangeYTo
The range Y to. |
Overrides
CreateClippingGeometry()
Creates the clipping geometry of this item.
Declaration
protected override PathGeometry CreateClippingGeometry()
Returns
System.Windows.Media.PathGeometry
|
Overrides
CreateTopPoints(Size, DataRange, DataRange)
Creates the top points.
Declaration
protected override void CreateTopPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
DataRange
rangeYFrom
The range Y from. |
DataRange
rangeYTo
The range Y to. |
Overrides
UpdateClippingGeometry()
Updates the clipping geometry if this item's area rectangle.
Declaration
protected override void UpdateClippingGeometry()