ClassRadItemDrawnSparklineBase
Class
Base class for all self drawing sparkline series.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class RadItemDrawnSparklineBase : RadIndicatedSparklineBase
Inheritance: objectRadControlRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBase
Derived Classes:
Inherited Members
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
SynchronizeIndicatorsData()
Toggles the indicators.
Declaration
cs-api-definition
protected override void SynchronizeIndicatorsData()
Overrides