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 RadScatterSparkline class.
Declaration
public RadScatterSparkline()
Fields
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
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
The normal range rectangle. |
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; protected set; }
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
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.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
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. |