Class RadIndicatedSparklineBase
Base class for all Rad
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 First
Declaration
public static readonly DependencyProperty FirstPointBrushProperty
Field Value
System.
|
FirstPointStyleProperty
Identifies the First
Declaration
public static readonly DependencyProperty FirstPointStyleProperty
Field Value
System.
|
HighPointBrushProperty
Identifies the High
Declaration
public static readonly DependencyProperty HighPointBrushProperty
Field Value
System.
|
HighPointStyleProperty
Identifies the High
Declaration
public static readonly DependencyProperty HighPointStyleProperty
Field Value
System.
|
LastPointBrushProperty
Identifies the Last
Declaration
public static readonly DependencyProperty LastPointBrushProperty
Field Value
System.
|
LastPointStyleProperty
Identifies the Last
Declaration
public static readonly DependencyProperty LastPointStyleProperty
Field Value
System.
|
LowPointBrushProperty
Identifies the Low
Declaration
public static readonly DependencyProperty LowPointBrushProperty
Field Value
System.
|
LowPointStyleProperty
Identifies the Low
Declaration
public static readonly DependencyProperty LowPointStyleProperty
Field Value
System.
|
NegativePointBrushProperty
Identifies the Negative
Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
System.
|
NegativePointStyleProperty
Identifies the Negative
Declaration
public static readonly DependencyProperty NegativePointStyleProperty
Field Value
System.
|
ShowFirstPointIndicatorProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowFirstPointIndicatorProperty
Field Value
System.
|
ShowHighPointIndicatorsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowHighPointIndicatorsProperty
Field Value
System.
|
ShowLastPointIndicatorProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowLastPointIndicatorProperty
Field Value
System.
|
ShowLowPointIndicatorsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowLowPointIndicatorsProperty
Field Value
System.
|
ShowNegativePointIndicatorsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowNegativePointIndicatorsProperty
Field Value
System.
|
Properties
FirstPointBrush
Gets or sets the first point brush.
Declaration
public Brush FirstPointBrush { get; set; }
Property Value
System. The first point brush. |
FirstPointStyle
Gets or sets the first point style.
Declaration
public Style FirstPointStyle { get; set; }
Property Value
System. The first point style. |
HighPointBrush
Gets or sets the high points brush.
Declaration
public Brush HighPointBrush { get; set; }
Property Value
System. The high points brush. |
HighPointStyle
Gets or sets the HighPointStyle.
Declaration
public Style HighPointStyle { get; set; }
Property Value
System.
|
LastPointBrush
Gets or sets the last point brush.
Declaration
public Brush LastPointBrush { get; set; }
Property Value
System. The last point brush. |
LastPointStyle
Gets or sets the last point style.
Declaration
public Style LastPointStyle { get; set; }
Property Value
System. The last point style. |
LowPointBrush
Gets or sets the low points brush.
Declaration
public Brush LowPointBrush { get; set; }
Property Value
System. The low points brush. |
LowPointStyle
Gets or sets the low points style.
Declaration
public Style LowPointStyle { get; set; }
Property Value
System. The low points style. |
NegativePointBrush
Gets or sets the negative points brush.
Declaration
public Brush NegativePointBrush { get; set; }
Property Value
System. The negative points brush. |
NegativePointStyle
Gets or sets the negative points style.
Declaration
public Style NegativePointStyle { get; set; }
Property Value
System. 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. 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. 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. 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. 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. 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.
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. The sender. |
System. The System. |
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()