ClassRadItemDrawnSparklineBase
Base class for all self drawing sparkline series.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class RadItemDrawnSparklineBase : RadIndicatedSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBase
Derived Classes:
Inherited Members
Constructors
RadItemDrawnSparklineBase()
Declaration
protected RadItemDrawnSparklineBase()
Fields
ItemFillProperty
Identifies the ItemFill dependency property.
Declaration
public static readonly DependencyProperty ItemFillProperty
Field Value
DependencyProperty
ItemStyleProperty
Identifies the ItemStyle dependency property.
Declaration
public static readonly DependencyProperty ItemStyleProperty
Field Value
DependencyProperty
Properties
ItemFill
Gets or sets the column brush.
Declaration
public Brush ItemFill { get; set; }
Property Value
Brush
The column brush.
ItemStyle
Gets or sets the ItemStyle.
Declaration
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
protected override void OnDataChanged()
Overrides
SynchronizeIndicatorsData()
Toggles the indicators.
Declaration
protected override void SynchronizeIndicatorsData()
Overrides