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.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Data Visualization")]
public class RadScatterSparkline : RadItemDrawnSparklineBase

Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBaseRadScatterSparkline

Inherited Members RadItemDrawnSparklineBase.ItemFillPropertyRadItemDrawnSparklineBase.ItemStylePropertyRadItemDrawnSparklineBase.SynchronizeIndicatorsData()RadItemDrawnSparklineBase.ItemFillRadItemDrawnSparklineBase.ItemStyleRadIndicatedSparklineBase.FirstPointBrushPropertyRadIndicatedSparklineBase.FirstPointStylePropertyRadIndicatedSparklineBase.LastPointBrushPropertyRadIndicatedSparklineBase.LastPointStylePropertyRadIndicatedSparklineBase.HighPointBrushPropertyRadIndicatedSparklineBase.HighPointStylePropertyRadIndicatedSparklineBase.LowPointBrushPropertyRadIndicatedSparklineBase.LowPointStylePropertyRadIndicatedSparklineBase.NegativePointBrushPropertyRadIndicatedSparklineBase.NegativePointStylePropertyRadIndicatedSparklineBase.ShowFirstPointIndicatorPropertyRadIndicatedSparklineBase.ShowHighPointIndicatorsPropertyRadIndicatedSparklineBase.ShowLastPointIndicatorPropertyRadIndicatedSparklineBase.ShowLowPointIndicatorsPropertyRadIndicatedSparklineBase.ShowNegativePointIndicatorsPropertyRadIndicatedSparklineBase.OnApplyTemplate()RadIndicatedSparklineBase.OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)RadIndicatedSparklineBase.IsVirtualizationEnabledChanged()RadIndicatedSparklineBase.UpdateItemsPanels()RadIndicatedSparklineBase.SynchronizeIndicatorsVisuals()RadIndicatedSparklineBase.FirstPointBrushRadIndicatedSparklineBase.FirstPointStyleRadIndicatedSparklineBase.LastPointBrushRadIndicatedSparklineBase.LastPointStyleRadIndicatedSparklineBase.HighPointBrushRadIndicatedSparklineBase.HighPointStyleRadIndicatedSparklineBase.LowPointBrushRadIndicatedSparklineBase.LowPointStyleRadIndicatedSparklineBase.NegativePointBrushRadIndicatedSparklineBase.NegativePointStyleRadIndicatedSparklineBase.ShowFirstPointIndicatorRadIndicatedSparklineBase.ShowHighPointIndicatorsRadIndicatedSparklineBase.ShowLastPointIndicatorRadIndicatedSparklineBase.ShowLowPointIndicatorsRadIndicatedSparklineBase.ShowNegativePointIndicatorsRadSparklineBase.YValuePathPropertyRadSparklineBase.XValuePathPropertyRadSparklineBase.AutoRangePropertyRadSparklineBase.AxisVisibilityPropertyRadSparklineBase.AxisStrokePropertyRadSparklineBase.ItemsSourcePropertyRadSparklineBase.MaxYValuePropertyRadSparklineBase.MinYValuePropertyRadSparklineBase.MinXValuePropertyRadSparklineBase.MaxXValuePropertyRadSparklineBase.EmptyPointBehaviorPropertyRadSparklineBase.ShowAxisPropertyRadSparklineBase.ZeroYPositionPropertyRadSparklineBase.AxisOriginValuePropertyRadSparklineBase.AxisWidthPropertyRadSparklineBase.OnCreateAutomationPeer()RadSparklineBase.CalculateYPosition()RadSparklineBase.OnRangeChanged()RadSparklineBase.MeasureOverride(Size)RadSparklineBase.OnVisibleDataChanged()RadSparklineBase.OnEmptyPointBehaviorChanged()RadSparklineBase.AutoRangeRadSparklineBase.AxisOriginValueRadSparklineBase.AxisWidthRadSparklineBase.AxisStrokeRadSparklineBase.EmptyPointBehaviorRadSparklineBase.ItemsSourceRadSparklineBase.MaxYValueRadSparklineBase.MinYValueRadSparklineBase.MinXValueRadSparklineBase.MaxXValueRadSparklineBase.ShowAxisRadSparklineBase.XValuePathRadSparklineBase.YValuePathRadSparklineBase.ZeroYPositionRadSparklineBase.AxisVisibilityRadSparklineBase.VisualDataPoints

Constructors

RadScatterSparkline()

Initializes a new instance of the RadScatterSparkline class.

Declaration

cs-api-definition
public RadScatterSparkline()

Fields

NormalRangeBottomProperty

Identifies the NormalRangeBottom dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalRangeBottomProperty

Field Value

DependencyProperty

NormalRangeFillProperty

Identifies the NormalRangeFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalRangeFillProperty

Field Value

DependencyProperty

NormalRangeRectProperty

Identifies the NormalRangeRect dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalRangeRectProperty

Field Value

DependencyProperty

NormalRangeTopProperty

Identifies the NormalRangeTop dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalRangeTopProperty

Field Value

DependencyProperty

NormalRangeVisibilityProperty

Identifies the NormalRangeVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalRangeVisibilityProperty

Field Value

DependencyProperty

ShowNormalRangeProperty

Identifies the ShowNormalRange dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowNormalRangeProperty

Field Value

DependencyProperty

Properties

NormalRangeBottom

Gets or sets the normal range bottom.

Declaration

cs-api-definition
public double NormalRangeBottom { get; set; }

Property Value

double

The normal range bottom.

NormalRangeFill

Gets or sets the normal range brush.

Declaration

cs-api-definition
public Brush NormalRangeFill { get; set; }

Property Value

Brush

The normal range brush.

NormalRangeTop

Gets or sets the normal range top.

Declaration

cs-api-definition
public double NormalRangeTop { get; set; }

Property Value

double

The normal range top.

ShowNormalRange

Gets or sets a value indicating whether to show normal range.

Declaration

cs-api-definition
public bool ShowNormalRange { get; set; }

Property Value

bool

If show normal rangetrue; otherwise, false.

Methods

OnDataChanged()

Called when underlying data has changed significantly and requires the control to redraw itself.

Declaration

cs-api-definition
protected override void OnDataChanged()

Overrides RadItemDrawnSparklineBase.OnDataChanged()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnSizeChanged(object, SizeChangedEventArgs)

Called when [size changed].

Declaration

cs-api-definition
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)

Parameters

sender

object

The sender.

e

SizeChangedEventArgs

The SizeChangedEventArgs instance containing the event data.

Overrides RadSparklineBase.OnSizeChanged(object, SizeChangedEventArgs)