ClassRadScatterSparkline
Scatter Sparkline displays values as a set of separated points. Supports indicators and normal range. Indicated values are shown in a different color.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadScatterSparkline : RadItemDrawnSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBaseRadScatterSparkline
Inherited Members
Constructors
RadScatterSparkline()
Initializes a new instance of the RadScatterSparkline class.
Declaration
public RadScatterSparkline()
Fields
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
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
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