Class RadScatterSparkline
Scatter Sparkline displays values as a set of separated points. Supports indicators and normal range. Indicated values are shown in a different color.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadScatterSparkline : RadItemDrawnSparklineBase, ISupportsDateTimeVirtualization, ISupportsNormalRange
Constructors
RadScatterSparkline()
Initializes a new instance of the Rad
Declaration
public RadScatterSparkline()
Fields
NormalRangeBottomProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalRangeBottomProperty
Field Value
System.
|
NormalRangeFillProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalRangeFillProperty
Field Value
System.
|
NormalRangeRectProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalRangeRectProperty
Field Value
System.
|
NormalRangeTopProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalRangeTopProperty
Field Value
System.
|
NormalRangeVisibilityProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalRangeVisibilityProperty
Field Value
System.
|
ShowNormalRangeProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowNormalRangeProperty
Field Value
System.
|
Properties
NormalRangeBottom
Gets or sets the normal range bottom.
Declaration
public double NormalRangeBottom { get; set; }
Property Value
System. The normal range bottom. |
NormalRangeFill
Gets or sets the normal range brush.
Declaration
public Brush NormalRangeFill { get; set; }
Property Value
System. The normal range brush. |
NormalRangeRect
This property supports the Rad
Declaration
public Rect NormalRangeRect { get; }
Property Value
System. The normal range rectangle. |
NormalRangeTop
Gets or sets the normal range top.
Declaration
public double NormalRangeTop { get; set; }
Property Value
System. The normal range top. |
NormalRangeVisibility
This property supports the Rad
Declaration
public Visibility NormalRangeVisibility { get; protected set; }
Property Value
System.
|
ShowNormalRange
Gets or sets a value indicating whether to show normal range.
Declaration
public bool ShowNormalRange { get; set; }
Property Value
System. If show normal range |
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 System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnSizeChanged(Object, SizeChangedEventArgs)
Called when [size changed].
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
System. The sender. |
System. The System. |