Base class for all self drawing sparkline series.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class RadItemDrawnSparklineBase : RadIndicatedSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBase
Derived Classes:
Inherited Members
Constructors
C#
protected RadItemDrawnSparklineBase()
Fields
ItemFillProperty
DependencyProperty
Identifies the ItemFill dependency property.
C#
public static readonly DependencyProperty ItemFillProperty
ItemStyleProperty
DependencyProperty
Identifies the ItemStyle dependency property.
C#
public static readonly DependencyProperty ItemStyleProperty
Properties
ItemFill
Brush
Gets or sets the column brush.
C#
public Brush ItemFill { get; set; }
The column brush.
ItemStyle
Style
Gets or sets the ItemStyle.
C#
public Style ItemStyle { get; set; }
Methods
Called when underlying data has changed significantly and requires the control to redraw itself.
C#
protected override void OnDataChanged()
Overrides:
Toggles the indicators.
C#
protected override void SynchronizeIndicatorsData()
Overrides: