Class RadLinearSparkline
Sparkline that displays a set of data points connected by a line. Supports indicators and normal range.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadLinearSparkline : RadLinearSparklineBase, ISupportsDateTimeVirtualization, ISupportsNormalRange
Constructors
RadLinearSparkline()
Fields
LineShapeStyleProperty
Identifies the LineShapeStyle dependency property.
Declaration
public static readonly DependencyProperty LineShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
LineShapeVisibilityProperty
Identifies the LineShapeVisibility dependency property.
Declaration
public static readonly DependencyProperty LineShapeVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
LineStrokeProperty
Identifies the LineStroke dependency property.
Declaration
public static readonly DependencyProperty LineStrokeProperty
Field Value
System.Windows.DependencyProperty
|
NormalRangeBottomProperty
Identifies the NormalRangeBottom dependency property.
Declaration
public static readonly DependencyProperty NormalRangeBottomProperty
Field Value
System.Windows.DependencyProperty
|
NormalRangeFillProperty
Identifies the NormalRangeFill dependency property.
Declaration
public static readonly DependencyProperty NormalRangeFillProperty
Field Value
System.Windows.DependencyProperty
|
NormalRangeRectProperty
Identifies the NormalRangeRect dependency property.
Declaration
public static readonly DependencyProperty NormalRangeRectProperty
Field Value
System.Windows.DependencyProperty
|
NormalRangeTopProperty
Identifies the NormalRangeTop dependency property.
Declaration
public static readonly DependencyProperty NormalRangeTopProperty
Field Value
System.Windows.DependencyProperty
|
NormalRangeVisibilityProperty
Identifies the NormalRangeVisibility dependency property.
Declaration
public static readonly DependencyProperty NormalRangeVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
ShowNormalRangeProperty
Identifies the ShowNormalRange dependency property.
Declaration
public static readonly DependencyProperty ShowNormalRangeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LineShapeStyle
Gets or sets the LineShapeStyle.
Declaration
public Style LineShapeStyle { get; set; }
Property Value
System.Windows.Style
|
LineShapeVisibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Visibility LineShapeVisibility { get; }
Property Value
System.Windows.Visibility
|
LineStroke
Gets or sets the line stroke.
Declaration
public Brush LineStroke { get; set; }
Property Value
System.Windows.Media.Brush
The line stroke. |
NormalRangeBottom
Gets or sets the normal range bottom.
Declaration
public double NormalRangeBottom { get; set; }
Property Value
System.Double
The normal range bottom. |
NormalRangeFill
Gets or sets the normal range brush.
Declaration
public Brush NormalRangeFill { get; set; }
Property Value
System.Windows.Media.Brush
The normal range brush. |
NormalRangeRect
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Rect NormalRangeRect { get; }
Property Value
System.Windows.Rect
|
NormalRangeTop
Gets or sets the normal range top.
Declaration
public double NormalRangeTop { get; set; }
Property Value
System.Double
The normal range top. |
NormalRangeVisibility
This property supports the RadSparklineBase infrastructure and is not intended to be used directly from your code.
Declaration
public Visibility NormalRangeVisibility { get; }
Property Value
System.Windows.Visibility
|
ShowNormalRange
Gets or sets a value indicating whether to show normal range.
Declaration
public bool ShowNormalRange { get; set; }
Property Value
System.Boolean
If show normal range |
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
OnSizeChanged(Object, SizeChangedEventArgs)
Called when [size changed].
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.Windows.SizeChangedEventArgs
e
The System.Windows.SizeChangedEventArgs instance containing the event data. |
Overrides
ShowLineGeometry()
Shows the line geometry.
Declaration
protected override void ShowLineGeometry()