Class RadAreaSparkline
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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadAreaSparkline : RadLinearSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadAreaSparkline()
Fields
AreaPointsProperty
Identifies the AreaPoints dependency property.
Declaration
public static readonly DependencyProperty AreaPointsProperty
Field Value
System.Windows.DependencyProperty
|
BottomClipRectProperty
Identifies the BottomClipRect dependency property.
Declaration
public static readonly DependencyProperty BottomClipRectProperty
Field Value
System.Windows.DependencyProperty
|
BottomLineVisibilityProperty
Identifies the BottomLineVisibility dependency property.
Declaration
public static readonly DependencyProperty BottomLineVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
NegativeAreaFillProperty
Identifies the NegativeAreaFill dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaFillProperty
Field Value
System.Windows.DependencyProperty
|
NegativeAreaShapeStyleProperty
Identifies the NegativeAreaShapeStyle dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
NegativeAreaStrokeProperty
Identifies the NegativeAreaStroke dependency property.
Declaration
public static readonly DependencyProperty NegativeAreaStrokeProperty
Field Value
System.Windows.DependencyProperty
|
NegativeLineShapeStyleProperty
Identifies the NegativeLineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty NegativeLineShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
PositiveAreaFillProperty
Identifies the PositiveAreaFill dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaFillProperty
Field Value
System.Windows.DependencyProperty
|
PositiveAreaShapeStyleProperty
Identifies the PositiveAreaShapeStyle dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
PositiveAreaStrokeProperty
Identifies the PositiveAreaStroke dependency property.
Declaration
public static readonly DependencyProperty PositiveAreaStrokeProperty
Field Value
System.Windows.DependencyProperty
|
PositiveLineShapeStyleProperty
Identifies the PositiveLineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty PositiveLineShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
TopClipRectProperty
Identifies the TopClipRect dependency property.
Declaration
public static readonly DependencyProperty TopClipRectProperty
Field Value
System.Windows.DependencyProperty
|
TopLineVisibilityProperty
Identifies the TopLineVisibility dependency property.
Declaration
public static readonly DependencyProperty TopLineVisibilityProperty
Field Value
System.Windows.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
System.Windows.Media.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
System.Windows.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
System.Windows.Visibility
|
NegativeAreaFill
Gets or sets the negative value area fill.
Declaration
public Brush NegativeAreaFill { get; set; }
Property Value
System.Windows.Media.Brush
The negative value area fill. |
NegativeAreaShapeStyle
Gets or sets the NegativeAreaShapeStyle.
Declaration
public Style NegativeAreaShapeStyle { get; set; }
Property Value
System.Windows.Style
|
NegativeAreaStroke
Gets or sets the negative value line stroke.
Declaration
public Brush NegativeAreaStroke { get; set; }
Property Value
System.Windows.Media.Brush
The negative value line stroke. |
NegativeLineShapeStyle
Gets or sets the NegativeLineShapeStyle.
Declaration
public Style NegativeLineShapeStyle { get; set; }
Property Value
System.Windows.Style
|
PositiveAreaFill
Gets or sets the positive value area fill.
Declaration
public Brush PositiveAreaFill { get; set; }
Property Value
System.Windows.Media.Brush
The positive value area fill. |
PositiveAreaShapeStyle
Gets or sets the PositiveAreaShapeStyle.
Declaration
public Style PositiveAreaShapeStyle { get; set; }
Property Value
System.Windows.Style
|
PositiveAreaStroke
Gets or sets the positive value line stroke.
Declaration
public Brush PositiveAreaStroke { get; set; }
Property Value
System.Windows.Media.Brush
The positive value line stroke. |
PositiveLineShapeStyle
Gets or sets the PositiveLineShapeStyle.
Declaration
public Style PositiveLineShapeStyle { get; set; }
Property Value
System.Windows.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
System.Windows.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
System.Windows.Visibility
|
Methods
SynchronizePoints()
Synchronizes the points.
Declaration
protected override void SynchronizePoints()
Overrides
UpdateLineVisibility()
Updates the line visibility.
Declaration
protected override void UpdateLineVisibility()