Class RadLinearSparklineBase
Inheritance
System.Object
RadLinearSparklineBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadLinearSparklineBase : RadIndicatedSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadLinearSparklineBase()
Declaration
protected RadLinearSparklineBase()
Fields
IndicatorsPointsProperty
Declaration
public static readonly DependencyProperty IndicatorsPointsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IndicatorStyleProperty
Declaration
public static readonly DependencyProperty IndicatorStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IndicatorsVisibilityProperty
Declaration
public static readonly DependencyProperty IndicatorsVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IndicatorsVisiblityProperty
Declaration
public static readonly DependencyProperty IndicatorsVisiblityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LinePointsProperty
Declaration
public static readonly DependencyProperty LinePointsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MarkersBrushProperty
Declaration
public static readonly DependencyProperty MarkersBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MarkersStyleProperty
Declaration
public static readonly DependencyProperty MarkersStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowMarkersProperty
Declaration
public static readonly DependencyProperty ShowMarkersProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
IndicatorsPoints
IndicatorStyle
Declaration
public Style IndicatorStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IndicatorsVisibility
Declaration
public Visibility IndicatorsVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
IndicatorsVisiblity
Declaration
public Visibility IndicatorsVisiblity { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
LinePoints
Declaration
public PointCollection LinePoints { get; protected set; }
Property Value
|
Microsoft.UI.Xaml.Media.PointCollection
|
MarkersBrush
Declaration
public Brush MarkersBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
MarkersStyle
Declaration
public Style MarkersStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
ShowMarkers
Declaration
public bool ShowMarkers { get; set; }
Property Value
|
System.Boolean
|
Methods
CalculateBaseLinePoints()
Declaration
protected PointCollection CalculateBaseLinePoints()
Returns
|
Microsoft.UI.Xaml.Media.PointCollection
|
HideLineGeometry()
Declaration
protected virtual void HideLineGeometry()
OnDataChanged()
Declaration
protected override void OnDataChanged()
Overrides
OnEmptyPointBehaviorChanged()
Declaration
protected override void OnEmptyPointBehaviorChanged()
Overrides
OnRangeChanged()
OnSizeChanged(Object, SizeChangedEventArgs)
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.SizeChangedEventArgs
e
|
Overrides
OnVisibleDataChanged()
Declaration
protected override void OnVisibleDataChanged()
Overrides
ShowLineGeometry()
Declaration
protected virtual void ShowLineGeometry()
SynchronizeIndicatorsData()
Declaration
protected override void SynchronizeIndicatorsData()
Overrides
SynchronizePoints()
Declaration
protected virtual void SynchronizePoints()
UpdateLineVisibility()
Declaration
protected virtual void UpdateLineVisibility()