Class RadIndicatedSparklineBase
Base class for all RadSparklineBases that have indicators. Provides ability to toggle indicators and change indicators brushes.
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class RadIndicatedSparklineBase : RadSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadIndicatedSparklineBase()
Declaration
protected RadIndicatedSparklineBase()
Fields
FirstPointBrushProperty
Identifies the FirstPointBrush dependency property.
Declaration
public static readonly DependencyProperty FirstPointBrushProperty
Field Value
System.Windows.DependencyProperty
|
FirstPointStyleProperty
Identifies the FirstPointStyle dependency property.
Declaration
public static readonly DependencyProperty FirstPointStyleProperty
Field Value
System.Windows.DependencyProperty
|
HighPointBrushProperty
Identifies the HighPointBrush dependency property.
Declaration
public static readonly DependencyProperty HighPointBrushProperty
Field Value
System.Windows.DependencyProperty
|
HighPointStyleProperty
Identifies the HighPointStyle dependency property.
Declaration
public static readonly DependencyProperty HighPointStyleProperty
Field Value
System.Windows.DependencyProperty
|
LastPointBrushProperty
Identifies the LastPointBrush dependency property.
Declaration
public static readonly DependencyProperty LastPointBrushProperty
Field Value
System.Windows.DependencyProperty
|
LastPointStyleProperty
Identifies the LastPointStyle dependency property.
Declaration
public static readonly DependencyProperty LastPointStyleProperty
Field Value
System.Windows.DependencyProperty
|
LowPointBrushProperty
Identifies the LowPointBrush dependency property.
Declaration
public static readonly DependencyProperty LowPointBrushProperty
Field Value
System.Windows.DependencyProperty
|
LowPointStyleProperty
Identifies the LowPointStyle dependency property.
Declaration
public static readonly DependencyProperty LowPointStyleProperty
Field Value
System.Windows.DependencyProperty
|
NegativePointBrushProperty
Identifies the NegativePointBrush dependency property.
Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
System.Windows.DependencyProperty
|
NegativePointStyleProperty
Identifies the NegativePointStyle dependency property.
Declaration
public static readonly DependencyProperty NegativePointStyleProperty
Field Value
System.Windows.DependencyProperty
|
ShowFirstPointIndicatorProperty
Identifies the ShowFirstPointIndicator dependency property.
Declaration
public static readonly DependencyProperty ShowFirstPointIndicatorProperty
Field Value
System.Windows.DependencyProperty
|
ShowHighPointIndicatorsProperty
Identifies the ShowHighPointIndicators dependency property.
Declaration
public static readonly DependencyProperty ShowHighPointIndicatorsProperty
Field Value
System.Windows.DependencyProperty
|
ShowLastPointIndicatorProperty
Identifies the ShowLastPointIndicator dependency property.
Declaration
public static readonly DependencyProperty ShowLastPointIndicatorProperty
Field Value
System.Windows.DependencyProperty
|
ShowLowPointIndicatorsProperty
Identifies the ShowLowPointIndicators dependency property.
Declaration
public static readonly DependencyProperty ShowLowPointIndicatorsProperty
Field Value
System.Windows.DependencyProperty
|
ShowNegativePointIndicatorsProperty
Identifies the ShowNegativePointIndicators dependency property.
Declaration
public static readonly DependencyProperty ShowNegativePointIndicatorsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FirstPointBrush
Gets or sets the first point brush.
Declaration
public Brush FirstPointBrush { get; set; }
Property Value
System.Windows.Media.Brush
The first point brush. |
FirstPointStyle
Gets or sets the first point style.
Declaration
public Style FirstPointStyle { get; set; }
Property Value
System.Windows.Style
The first point style. |
HighPointBrush
Gets or sets the high points brush.
Declaration
public Brush HighPointBrush { get; set; }
Property Value
System.Windows.Media.Brush
The high points brush. |
HighPointStyle
Gets or sets the HighPointStyle.
Declaration
public Style HighPointStyle { get; set; }
Property Value
System.Windows.Style
|
LastPointBrush
Gets or sets the last point brush.
Declaration
public Brush LastPointBrush { get; set; }
Property Value
System.Windows.Media.Brush
The last point brush. |
LastPointStyle
Gets or sets the last point style.
Declaration
public Style LastPointStyle { get; set; }
Property Value
System.Windows.Style
The last point style. |
LowPointBrush
Gets or sets the low points brush.
Declaration
public Brush LowPointBrush { get; set; }
Property Value
System.Windows.Media.Brush
The low points brush. |
LowPointStyle
Gets or sets the low points style.
Declaration
public Style LowPointStyle { get; set; }
Property Value
System.Windows.Style
The low points style. |
NegativePointBrush
Gets or sets the negative points brush.
Declaration
public Brush NegativePointBrush { get; set; }
Property Value
System.Windows.Media.Brush
The negative points brush. |
NegativePointStyle
Gets or sets the negative points style.
Declaration
public Style NegativePointStyle { get; set; }
Property Value
System.Windows.Style
The negative points style. |
ShowFirstPointIndicator
Gets or sets a value indicating whether to indicator the first point.
Declaration
public bool ShowFirstPointIndicator { get; set; }
Property Value
System.Boolean
If show indicate first point - |
ShowHighPointIndicators
Gets or sets a value indicating whether to show high point indicator.
Declaration
public bool ShowHighPointIndicators { get; set; }
Property Value
System.Boolean
If show high point indicator - |
ShowLastPointIndicator
Gets or sets a value indicating whether to show last point indicator.
Declaration
public bool ShowLastPointIndicator { get; set; }
Property Value
System.Boolean
If show last point indicator - |
ShowLowPointIndicators
Gets or sets a value indicating whether to show low point indicator.
Declaration
public bool ShowLowPointIndicators { get; set; }
Property Value
System.Boolean
If show low point indicator - |
ShowNegativePointIndicators
Gets or sets a value indicating whether to show negative points indicator.
Declaration
public bool ShowNegativePointIndicators { get; set; }
Property Value
System.Boolean
If show negative points indicator - |
Methods
IsVirtualizationEnabledChanged()
Occurs when the value of the property IsVirtualizationEnabled has changed.
Declaration
protected override void IsVirtualizationEnabledChanged()
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnDataChanged()
Called when underlying data has changed significantly and requires the control to redraw itself.
Declaration
protected override void OnDataChanged()
Overrides
OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when ShowIndicatorProperty changed.
Declaration
protected static void OnIndicatorPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyObject
sender
The sender. |
System.Windows.DependencyPropertyChangedEventArgs
e
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |
SynchronizeIndicatorsData()
Toggles the indicators.
Declaration
protected abstract void SynchronizeIndicatorsData()
SynchronizeIndicatorsVisuals()
Synchronizes the indicators.
Declaration
protected void SynchronizeIndicatorsVisuals()
UpdateItemsPanels()
This method is used to force the layout update of items panels when only the DataRange is changed. ItemsPanels update their layout automatically when items are added or removed from the ItemsControl or when the size of the control is updated.
DO NOT CALL when number of items in items source has changed!!!.
Declaration
protected override void UpdateItemsPanels()