ClassRadLinearSparkline
Sparkline that displays a set of data points connected by a line. Supports indicators and normal range.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadLinearSparkline : RadLinearSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadLinearSparklineBaseRadLinearSparkline
Inherited Members
Constructors
RadLinearSparkline()
Initializes a new instance of the RadLinearSparkline class.
Declaration
public RadLinearSparkline()
Fields
LineShapeStyleProperty
Identifies the LineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty LineShapeStyleProperty
Field Value
DependencyProperty
LineShapeVisibilityProperty
Identifies the LineShapeVisibility dependency property.
Declaration
public static readonly DependencyProperty LineShapeVisibilityProperty
Field Value
DependencyProperty
LineStrokeProperty
Identifies the LineStroke dependency property.
Declaration
public static readonly DependencyProperty LineStrokeProperty
Field Value
DependencyProperty
NormalRangeBottomProperty
Identifies the NormalRangeBottom dependency property.
Declaration
public static readonly DependencyProperty NormalRangeBottomProperty
Field Value
DependencyProperty
NormalRangeFillProperty
Identifies the NormalRangeFill dependency property.
Declaration
public static readonly DependencyProperty NormalRangeFillProperty
Field Value
DependencyProperty
NormalRangeRectProperty
Identifies the NormalRangeRect dependency property.
Declaration
public static readonly DependencyProperty NormalRangeRectProperty
Field Value
DependencyProperty
NormalRangeTopProperty
Identifies the NormalRangeTop dependency property.
Declaration
public static readonly DependencyProperty NormalRangeTopProperty
Field Value
DependencyProperty
NormalRangeVisibilityProperty
Identifies the NormalRangeVisibility dependency property.
Declaration
public static readonly DependencyProperty NormalRangeVisibilityProperty
Field Value
DependencyProperty
ShowNormalRangeProperty
Identifies the ShowNormalRange dependency property.
Declaration
public static readonly DependencyProperty ShowNormalRangeProperty
Field Value
DependencyProperty
Properties
LineShapeStyle
Gets or sets the LineShapeStyle.
Declaration
public Style LineShapeStyle { get; set; }
Property Value
Style
LineStroke
Gets or sets the line stroke.
Declaration
public Brush LineStroke { get; set; }
Property Value
Brush
The line stroke.
NormalRangeBottom
Gets or sets the normal range bottom.
Declaration
public double NormalRangeBottom { get; set; }
Property Value
The normal range bottom.
NormalRangeFill
Gets or sets the normal range brush.
Declaration
public Brush NormalRangeFill { get; set; }
Property Value
Brush
The normal range brush.
NormalRangeTop
Gets or sets the normal range top.
Declaration
public double NormalRangeTop { get; set; }
Property Value
The normal range top.
ShowNormalRange
Gets or sets a value indicating whether to show normal range.
Declaration
public bool ShowNormalRange { get; set; }
Property Value
If show normal rangetrue; otherwise, false.
Methods
HideLineGeometry()
Hides the line geometry.
Declaration
protected override void HideLineGeometry()
Overrides
OnDataChanged()
Called when underlying data has changed significantly and requires the control to redraw itself.
Declaration
protected override void OnDataChanged()
Overrides
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.
OnSizeChanged(object, SizeChangedEventArgs)
Called when [size changed].
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
sender
The sender.
e
SizeChangedEventArgs
The SizeChangedEventArgs instance containing the event data.
Overrides
ShowLineGeometry()
Shows the line geometry.
Declaration
protected override void ShowLineGeometry()
Overrides