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.
|
IndicatorStyleProperty
Declaration
public static readonly DependencyProperty IndicatorStyleProperty
Field Value
Microsoft.
|
IndicatorsVisibilityProperty
Declaration
public static readonly DependencyProperty IndicatorsVisibilityProperty
Field Value
Microsoft.
|
IndicatorsVisiblityProperty
Declaration
public static readonly DependencyProperty IndicatorsVisiblityProperty
Field Value
Microsoft.
|
LinePointsProperty
Declaration
public static readonly DependencyProperty LinePointsProperty
Field Value
Microsoft.
|
MarkersBrushProperty
Declaration
public static readonly DependencyProperty MarkersBrushProperty
Field Value
Microsoft.
|
MarkersStyleProperty
Declaration
public static readonly DependencyProperty MarkersStyleProperty
Field Value
Microsoft.
|
ShowMarkersProperty
Declaration
public static readonly DependencyProperty ShowMarkersProperty
Field Value
Microsoft.
|
Properties
IndicatorsPoints
IndicatorStyle
Declaration
public Style IndicatorStyle { get; set; }
Property Value
Microsoft.
|
IndicatorsVisibility
Declaration
public Visibility IndicatorsVisibility { get; }
Property Value
Microsoft.
|
IndicatorsVisiblity
Declaration
public Visibility IndicatorsVisiblity { get; }
Property Value
Microsoft.
|
LinePoints
Declaration
public PointCollection LinePoints { get; protected set; }
Property Value
Microsoft.
|
MarkersBrush
Declaration
public Brush MarkersBrush { get; set; }
Property Value
Microsoft.
|
MarkersStyle
Declaration
public Style MarkersStyle { get; set; }
Property Value
Microsoft.
|
ShowMarkers
Declaration
public bool ShowMarkers { get; set; }
Property Value
System.
|
Methods
CalculateBaseLinePoints()
Declaration
protected PointCollection CalculateBaseLinePoints()
Returns
Microsoft.
|
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.
|
Microsoft.
|
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()