RadScatterSparkline
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
Initializes a new instance of the RadScatterSparkline class.
public RadScatterSparkline()
Fields
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
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
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: