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.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadAreaSparkline : RadLinearSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadLinearSparklineBaseRadAreaSparkline
Inherited Members
Constructors
Initializes a new instance of the RadAreaSparkline class.
public RadAreaSparkline()
Fields
AreaPointsProperty
DependencyProperty
Identifies the AreaPoints dependency property.
public static readonly DependencyProperty AreaPointsProperty
BottomClipRectProperty
DependencyProperty
Identifies the BottomClipRect dependency property.
public static readonly DependencyProperty BottomClipRectProperty
BottomLineVisibilityProperty
DependencyProperty
Identifies the BottomLineVisibility dependency property.
public static readonly DependencyProperty BottomLineVisibilityProperty
NegativeAreaFillProperty
DependencyProperty
Identifies the NegativeAreaFill dependency property.
public static readonly DependencyProperty NegativeAreaFillProperty
NegativeAreaShapeStyleProperty
DependencyProperty
Identifies the NegativeAreaShapeStyle dependency property.
public static readonly DependencyProperty NegativeAreaShapeStyleProperty
NegativeAreaStrokeProperty
DependencyProperty
Identifies the NegativeAreaStroke dependency property.
public static readonly DependencyProperty NegativeAreaStrokeProperty
NegativeLineShapeStyleProperty
DependencyProperty
Identifies the NegativeLineShapeStyle dependency property.
public static readonly DependencyProperty NegativeLineShapeStyleProperty
PositiveAreaFillProperty
DependencyProperty
Identifies the PositiveAreaFill dependency property.
public static readonly DependencyProperty PositiveAreaFillProperty
PositiveAreaShapeStyleProperty
DependencyProperty
Identifies the PositiveAreaShapeStyle dependency property.
public static readonly DependencyProperty PositiveAreaShapeStyleProperty
PositiveAreaStrokeProperty
DependencyProperty
Identifies the PositiveAreaStroke dependency property.
public static readonly DependencyProperty PositiveAreaStrokeProperty
PositiveLineShapeStyleProperty
DependencyProperty
Identifies the PositiveLineShapeStyle dependency property.
public static readonly DependencyProperty PositiveLineShapeStyleProperty
TopClipRectProperty
DependencyProperty
Identifies the TopClipRect dependency property.
public static readonly DependencyProperty TopClipRectProperty
TopLineVisibilityProperty
DependencyProperty
Identifies the TopLineVisibility dependency property.
public static readonly DependencyProperty TopLineVisibilityProperty
Properties
AreaPoints
PointCollection
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
public PointCollection AreaPoints { get; }
BottomClipRect
Rect
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
public Rect BottomClipRect { get; }
BottomLineVisibility
Visibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
public Visibility BottomLineVisibility { get; }
NegativeAreaFill
Brush
Gets or sets the negative value area fill.
public Brush NegativeAreaFill { get; set; }
The negative value area fill.
Gets or sets the NegativeAreaShapeStyle.
public Style NegativeAreaShapeStyle { get; set; }
NegativeAreaStroke
Brush
Gets or sets the negative value line stroke.
public Brush NegativeAreaStroke { get; set; }
The negative value line stroke.
Gets or sets the NegativeLineShapeStyle.
public Style NegativeLineShapeStyle { get; set; }
PositiveAreaFill
Brush
Gets or sets the positive value area fill.
public Brush PositiveAreaFill { get; set; }
The positive value area fill.
Gets or sets the PositiveAreaShapeStyle.
public Style PositiveAreaShapeStyle { get; set; }
PositiveAreaStroke
Brush
Gets or sets the positive value line stroke.
public Brush PositiveAreaStroke { get; set; }
The positive value line stroke.
Gets or sets the PositiveLineShapeStyle.
public Style PositiveLineShapeStyle { get; set; }
TopClipRect
Rect
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
public Rect TopClipRect { get; }
TopLineVisibility
Visibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
public Visibility TopLineVisibility { get; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Synchronizes the points.
protected override void SynchronizePoints()
Overrides:
Updates the line visibility.
protected override void UpdateLineVisibility()
Overrides: