Class RadIndicatedSparklineBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadIndicatedSparklineBase : RadSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadIndicatedSparklineBase()
Declaration
protected RadIndicatedSparklineBase()
Fields
FirstPointBrushProperty
Declaration
public static readonly DependencyProperty FirstPointBrushProperty
Field Value
Microsoft.
|
FirstPointStyleProperty
Declaration
public static readonly DependencyProperty FirstPointStyleProperty
Field Value
Microsoft.
|
HighPointBrushProperty
Declaration
public static readonly DependencyProperty HighPointBrushProperty
Field Value
Microsoft.
|
HighPointStyleProperty
Declaration
public static readonly DependencyProperty HighPointStyleProperty
Field Value
Microsoft.
|
LastPointBrushProperty
Declaration
public static readonly DependencyProperty LastPointBrushProperty
Field Value
Microsoft.
|
LastPointStyleProperty
Declaration
public static readonly DependencyProperty LastPointStyleProperty
Field Value
Microsoft.
|
LowPointBrushProperty
Declaration
public static readonly DependencyProperty LowPointBrushProperty
Field Value
Microsoft.
|
LowPointStyleProperty
Declaration
public static readonly DependencyProperty LowPointStyleProperty
Field Value
Microsoft.
|
NegativePointBrushProperty
Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
Microsoft.
|
NegativePointStyleProperty
Declaration
public static readonly DependencyProperty NegativePointStyleProperty
Field Value
Microsoft.
|
ShowFirstPointIndicatorProperty
Declaration
public static readonly DependencyProperty ShowFirstPointIndicatorProperty
Field Value
Microsoft.
|
ShowHighPointIndicatorsProperty
Declaration
public static readonly DependencyProperty ShowHighPointIndicatorsProperty
Field Value
Microsoft.
|
ShowLastPointIndicatorProperty
Declaration
public static readonly DependencyProperty ShowLastPointIndicatorProperty
Field Value
Microsoft.
|
ShowLowPointIndicatorsProperty
Declaration
public static readonly DependencyProperty ShowLowPointIndicatorsProperty
Field Value
Microsoft.
|
ShowNegativePointIndicatorsProperty
Declaration
public static readonly DependencyProperty ShowNegativePointIndicatorsProperty
Field Value
Microsoft.
|
Properties
FirstPointBrush
Declaration
public Brush FirstPointBrush { get; set; }
Property Value
Microsoft.
|
FirstPointStyle
Declaration
public Style FirstPointStyle { get; set; }
Property Value
Microsoft.
|
HighPointBrush
Declaration
public Brush HighPointBrush { get; set; }
Property Value
Microsoft.
|
HighPointStyle
Declaration
public Style HighPointStyle { get; set; }
Property Value
Microsoft.
|
LastPointBrush
Declaration
public Brush LastPointBrush { get; set; }
Property Value
Microsoft.
|
LastPointStyle
Declaration
public Style LastPointStyle { get; set; }
Property Value
Microsoft.
|
LowPointBrush
Declaration
public Brush LowPointBrush { get; set; }
Property Value
Microsoft.
|
LowPointStyle
Declaration
public Style LowPointStyle { get; set; }
Property Value
Microsoft.
|
NegativePointBrush
Declaration
public Brush NegativePointBrush { get; set; }
Property Value
Microsoft.
|
NegativePointStyle
Declaration
public Style NegativePointStyle { get; set; }
Property Value
Microsoft.
|
ShowFirstPointIndicator
Declaration
public bool ShowFirstPointIndicator { get; set; }
Property Value
System.
|
ShowHighPointIndicators
Declaration
public bool ShowHighPointIndicators { get; set; }
Property Value
System.
|
ShowLastPointIndicator
Declaration
public bool ShowLastPointIndicator { get; set; }
Property Value
System.
|
ShowLowPointIndicators
Declaration
public bool ShowLowPointIndicators { get; set; }
Property Value
System.
|
ShowNegativePointIndicators
Declaration
public bool ShowNegativePointIndicators { get; set; }
Property Value
System.
|
Methods
IsVirtualizationEnabledChanged()
Declaration
protected override void IsVirtualizationEnabledChanged()
Overrides
OnApplyTemplate()
OnDataChanged()
OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
protected static void OnIndicatorPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.
|
Microsoft.
|
SynchronizeIndicatorsData()
Declaration
protected abstract void SynchronizeIndicatorsData()
SynchronizeIndicatorsVisuals()
Declaration
protected void SynchronizeIndicatorsVisuals()
UpdateItemsPanels()
Declaration
protected override void UpdateItemsPanels()