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