Class BaseAreaChartItem
Base class for area chart items.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class BaseAreaChartItem : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
BaseAreaChartItem()
Declaration
protected BaseAreaChartItem()
Fields
SideEndPointProperty
Identifies the SideEndPoint dependency property.
Declaration
public static readonly DependencyProperty SideEndPointProperty
Field Value
System.Windows.DependencyProperty
|
SideEndPointXProperty
Identifies the SideEndPointX dependency property.
Declaration
public static readonly DependencyProperty SideEndPointXProperty
Field Value
System.Windows.DependencyProperty
|
SideEndPointYProperty
Identifies the SideEndPointY dependency property.
Declaration
public static readonly DependencyProperty SideEndPointYProperty
Field Value
System.Windows.DependencyProperty
|
SideStartPointProperty
Identifies the SideStartPoint dependency property.
Declaration
public static readonly DependencyProperty SideStartPointProperty
Field Value
System.Windows.DependencyProperty
|
SideStartPointXProperty
Identifies the SideStartPointX dependency property.
Declaration
public static readonly DependencyProperty SideStartPointXProperty
Field Value
System.Windows.DependencyProperty
|
SideStartPointYProperty
Identifies the SideStartPointY dependency property.
Declaration
public static readonly DependencyProperty SideStartPointYProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AreaRectangle
Gets or sets the area rectangle of this item.
Declaration
protected Rectangle AreaRectangle { get; }
Property Value
System.Windows.Shapes.Rectangle
The area rectangle. |
ClippingGeometry
Gets or sets the clipping geometry of the area rectangle.
Declaration
protected PathGeometry ClippingGeometry { get; }
Property Value
System.Windows.Media.PathGeometry
The clipping geometry. |
SideEndPoint
Gets or sets the side end point of the Area.
Declaration
[SRCategory("Layout")]
public Point SideEndPoint { get; set; }
Property Value
System.Windows.Point
The side end point. |
SideEndPointX
Gets or sets the X dimension of the SideEndPoint Property.
Declaration
public double SideEndPointX { get; set; }
Property Value
System.Double
The side end point X. |
SideEndPointY
Gets or sets the Y dimension of the SideEndPoint Property.
Declaration
public double SideEndPointY { get; set; }
Property Value
System.Double
The side end point Y. |
SideStartPoint
Gets or sets the side start point of the Area.
Declaration
public Point SideStartPoint { get; set; }
Property Value
System.Windows.Point
The side start point. |
SideStartPointX
Gets or sets the X dimension of the SideStartPoint Property.
Declaration
public double SideStartPointX { get; set; }
Property Value
System.Double
The side start point X. |
SideStartPointY
Gets or sets the Y dimension of the SideStartPoint Property.
Declaration
public double SideStartPointY { get; set; }
Property Value
System.Double
The side start point Y. |
Methods
CreateClippingGeometry()
Creates the clipping geometry of this item.
Declaration
protected abstract PathGeometry CreateClippingGeometry()
Returns
System.Windows.Media.PathGeometry
|
UpdateAreaRectangle()
Updates this item's area rectangle.
Declaration
protected void UpdateAreaRectangle()
UpdateClippingGeometry()
Updates the clipping geometry if this item's area rectangle.
Declaration
protected abstract void UpdateClippingGeometry()
UpdateTemplateElements()
This method is called when the child elements from template should be updated.
Declaration
protected override void UpdateTemplateElements()