RadLinearSparkline
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
Initializes a new instance of the RadLinearSparkline class.
public RadLinearSparkline()
Fields
LineShapeStyleProperty
DependencyProperty
Identifies the LineShapeStyle dependency property.
public static readonly DependencyProperty LineShapeStyleProperty
LineShapeVisibilityProperty
DependencyProperty
Identifies the LineShapeVisibility dependency property.
public static readonly DependencyProperty LineShapeVisibilityProperty
LineStrokeProperty
DependencyProperty
Identifies the LineStroke dependency property.
public static readonly DependencyProperty LineStrokeProperty
NormalRangeBottomProperty
DependencyProperty
Identifies the NormalRangeBottom dependency property.
public static readonly DependencyProperty NormalRangeBottomProperty
NormalRangeFillProperty
DependencyProperty
Identifies the NormalRangeFill dependency property.
public static readonly DependencyProperty NormalRangeFillProperty
NormalRangeRectProperty
DependencyProperty
Identifies the NormalRangeRect dependency property.
public static readonly DependencyProperty NormalRangeRectProperty
NormalRangeTopProperty
DependencyProperty
Identifies the NormalRangeTop dependency property.
public static readonly DependencyProperty NormalRangeTopProperty
NormalRangeVisibilityProperty
DependencyProperty
Identifies the NormalRangeVisibility dependency property.
public static readonly DependencyProperty NormalRangeVisibilityProperty
ShowNormalRangeProperty
DependencyProperty
Identifies the ShowNormalRange dependency property.
public static readonly DependencyProperty ShowNormalRangeProperty
Properties
LineShapeStyle
Style
Gets or sets the LineShapeStyle.
public Style LineShapeStyle { get; set; }
LineStroke
Brush
Gets or sets the line stroke.
public Brush LineStroke { get; set; }
The line stroke.
Gets or sets the normal range bottom.
public double NormalRangeBottom { get; set; }
The normal range bottom.
NormalRangeFill
Brush
Gets or sets the normal range brush.
public Brush NormalRangeFill { get; set; }
The normal range brush.
Gets or sets the normal range top.
public double NormalRangeTop { get; set; }
The normal range top.
Gets or sets a value indicating whether to show normal range.
public bool ShowNormalRange { get; set; }
If show normal rangetrue; otherwise, false.
Methods
Hides the line geometry.
protected override void HideLineGeometry()
Overrides:
Called when underlying data has changed significantly and requires the control to redraw itself.
protected override void OnDataChanged()
Overrides:
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.
Called when [size changed].
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
The sender.
eSizeChangedEventArgsThe SizeChangedEventArgs instance containing the event data.
Overrides:
Shows the line geometry.
protected override void ShowLineGeometry()
Overrides: