Class
RadItemDrawnSparklineBase

Base class for all self drawing sparkline series.

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class RadItemDrawnSparklineBase : RadIndicatedSparklineBase

Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBase

Derived Classes: RadColumnSparklineRadScatterSparkline

Inherited Members RadIndicatedSparklineBase.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.OnSizeChanged(object, SizeChangedEventArgs)RadSparklineBase.AutoRangeRadSparklineBase.AxisOriginValueRadSparklineBase.AxisWidthRadSparklineBase.AxisStrokeRadSparklineBase.EmptyPointBehaviorRadSparklineBase.ItemsSourceRadSparklineBase.MaxYValueRadSparklineBase.MinYValueRadSparklineBase.MinXValueRadSparklineBase.MaxXValueRadSparklineBase.ShowAxisRadSparklineBase.XValuePathRadSparklineBase.YValuePathRadSparklineBase.ZeroYPositionRadSparklineBase.AxisVisibilityRadSparklineBase.VisualDataPoints

Constructors

RadItemDrawnSparklineBase()

Declaration

cs-api-definition
protected RadItemDrawnSparklineBase()

Fields

ItemFillProperty

Identifies the ItemFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemFillProperty

Field Value

DependencyProperty

ItemStyleProperty

Identifies the ItemStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemStyleProperty

Field Value

DependencyProperty

Properties

ItemFill

Gets or sets the column brush.

Declaration

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

Property Value

Brush

The column brush.

ItemStyle

Gets or sets the ItemStyle.

Declaration

cs-api-definition
public Style ItemStyle { get; set; }

Property Value

Style

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 RadIndicatedSparklineBase.OnDataChanged()

SynchronizeIndicatorsData()

Toggles the indicators.

Declaration

cs-api-definition
protected override void SynchronizeIndicatorsData()

Overrides RadIndicatedSparklineBase.SynchronizeIndicatorsData()