ClassRadAreaSparkline
The Sparkline Area chart consists of a series of data points joined by a line where the area below the line is filled. The area below Axis Origin can be displayed in a different color. Supports indicators.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadAreaSparkline : RadLinearSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadLinearSparklineBaseRadAreaSparkline
Inherited Members
Constructors
RadAreaSparkline()
Initializes a new instance of the RadAreaSparkline class.
Declaration
public RadAreaSparkline()
Fields
AreaPointsProperty
Identifies the AreaPoints dependency property.
Declaration
public static readonly DependencyProperty AreaPointsProperty
Field Value
DependencyProperty
BottomClipRectProperty
Identifies the BottomClipRect dependency property.
Declaration
public static readonly DependencyProperty BottomClipRectProperty
Field Value
DependencyProperty
BottomLineVisibilityProperty
Identifies the BottomLineVisibility dependency property.
Declaration
public static readonly DependencyProperty BottomLineVisibilityProperty
Field Value
DependencyProperty
NegativeAreaFillProperty
Identifies the NegativeAreaFill dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaFillProperty
Field Value
DependencyProperty
NegativeAreaShapeStyleProperty
Identifies the NegativeAreaShapeStyle dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaShapeStyleProperty
Field Value
DependencyProperty
NegativeAreaStrokeProperty
Identifies the NegativeAreaStroke dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaStrokeProperty
Field Value
DependencyProperty
NegativeLineShapeStyleProperty
Identifies the NegativeLineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty NegativeLineShapeStyleProperty
Field Value
DependencyProperty
PositiveAreaFillProperty
Identifies the PositiveAreaFill dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaFillProperty
Field Value
DependencyProperty
PositiveAreaShapeStyleProperty
Identifies the PositiveAreaShapeStyle dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaShapeStyleProperty
Field Value
DependencyProperty
PositiveAreaStrokeProperty
Identifies the PositiveAreaStroke dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaStrokeProperty
Field Value
DependencyProperty
PositiveLineShapeStyleProperty
Identifies the PositiveLineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty PositiveLineShapeStyleProperty
Field Value
DependencyProperty
TopClipRectProperty
Identifies the TopClipRect dependency property.
Declaration
public static readonly DependencyProperty TopClipRectProperty
Field Value
DependencyProperty
TopLineVisibilityProperty
Identifies the TopLineVisibility dependency property.
Declaration
public static readonly DependencyProperty TopLineVisibilityProperty
Field Value
DependencyProperty
Properties
AreaPoints
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public PointCollection AreaPoints { get; }
Property Value
PointCollection
BottomClipRect
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Rect BottomClipRect { get; }
Property Value
Rect
BottomLineVisibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Visibility BottomLineVisibility { get; }
Property Value
Visibility
NegativeAreaFill
Gets or sets the negative value area fill.
Declaration
public Brush NegativeAreaFill { get; set; }
Property Value
Brush
The negative value area fill.
NegativeAreaShapeStyle
Gets or sets the NegativeAreaShapeStyle.
Declaration
public Style NegativeAreaShapeStyle { get; set; }
Property Value
Style
NegativeAreaStroke
Gets or sets the negative value line stroke.
Declaration
public Brush NegativeAreaStroke { get; set; }
Property Value
Brush
The negative value line stroke.
NegativeLineShapeStyle
Gets or sets the NegativeLineShapeStyle.
Declaration
public Style NegativeLineShapeStyle { get; set; }
Property Value
Style
PositiveAreaFill
Gets or sets the positive value area fill.
Declaration
public Brush PositiveAreaFill { get; set; }
Property Value
Brush
The positive value area fill.
PositiveAreaShapeStyle
Gets or sets the PositiveAreaShapeStyle.
Declaration
public Style PositiveAreaShapeStyle { get; set; }
Property Value
Style
PositiveAreaStroke
Gets or sets the positive value line stroke.
Declaration
public Brush PositiveAreaStroke { get; set; }
Property Value
Brush
The positive value line stroke.
PositiveLineShapeStyle
Gets or sets the PositiveLineShapeStyle.
Declaration
public Style PositiveLineShapeStyle { get; set; }
Property Value
Style
TopClipRect
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Rect TopClipRect { get; }
Property Value
Rect
TopLineVisibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Visibility TopLineVisibility { get; }
Property Value
Visibility
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
SynchronizePoints()
Synchronizes the points.
Declaration
protected override void SynchronizePoints()
Overrides
UpdateLineVisibility()
Updates the line visibility.
Declaration
protected override void UpdateLineVisibility()
Overrides