Class RadItemDrawnSparklineBase
Base class for all self drawing sparkline series.
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class RadItemDrawnSparklineBase : RadIndicatedSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadItemDrawnSparklineBase()
Declaration
protected RadItemDrawnSparklineBase()
Fields
ItemFillProperty
Identifies the ItemFill dependency property.
Declaration
public static readonly DependencyProperty ItemFillProperty
Field Value
System.Windows.DependencyProperty
|
ItemStyleProperty
Identifies the ItemStyle dependency property.
Declaration
public static readonly DependencyProperty ItemStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ItemFill
Gets or sets the column brush.
Declaration
public Brush ItemFill { get; set; }
Property Value
System.Windows.Media.Brush
The column brush. |
ItemStyle
Gets or sets the ItemStyle.
Declaration
public Style ItemStyle { get; set; }
Property Value
System.Windows.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()