Class RadScatterSparkline
Inheritance
System.Object
RadScatterSparkline
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadScatterSparkline : RadItemDrawnSparklineBase, ISupportsDateTimeVirtualization, ISupportsNormalRange
Constructors
RadScatterSparkline()
Declaration
public RadScatterSparkline()
Fields
NormalRangeBottomProperty
Declaration
public static readonly DependencyProperty NormalRangeBottomProperty
Field Value
Microsoft.
|
NormalRangeFillProperty
Declaration
public static readonly DependencyProperty NormalRangeFillProperty
Field Value
Microsoft.
|
NormalRangeRectProperty
Declaration
public static readonly DependencyProperty NormalRangeRectProperty
Field Value
Microsoft.
|
NormalRangeTopProperty
Declaration
public static readonly DependencyProperty NormalRangeTopProperty
Field Value
Microsoft.
|
NormalRangeVisibilityProperty
Declaration
public static readonly DependencyProperty NormalRangeVisibilityProperty
Field Value
Microsoft.
|
ShowNormalRangeProperty
Declaration
public static readonly DependencyProperty ShowNormalRangeProperty
Field Value
Microsoft.
|
Properties
NormalRangeBottom
Declaration
public double NormalRangeBottom { get; set; }
Property Value
System.
|
NormalRangeFill
Declaration
public Brush NormalRangeFill { get; set; }
Property Value
Microsoft.
|
NormalRangeRect
Declaration
public Rect NormalRangeRect { get; }
Property Value
Windows.
|
NormalRangeTop
Declaration
public double NormalRangeTop { get; set; }
Property Value
System.
|
NormalRangeVisibility
Declaration
public Visibility NormalRangeVisibility { get; protected set; }
Property Value
Microsoft.
|
ShowNormalRange
Declaration
public bool ShowNormalRange { get; set; }
Property Value
System.
|
Methods
OnDataChanged()
Declaration
protected override void OnDataChanged()
Overrides
OnSizeChanged(Object, SizeChangedEventArgs)
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
System.
|
Microsoft.
|