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.UI.Xaml.DependencyProperty
|
NormalRangeFillProperty
Declaration
public static readonly DependencyProperty NormalRangeFillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NormalRangeRectProperty
Declaration
public static readonly DependencyProperty NormalRangeRectProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NormalRangeTopProperty
Declaration
public static readonly DependencyProperty NormalRangeTopProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NormalRangeVisibilityProperty
Declaration
public static readonly DependencyProperty NormalRangeVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowNormalRangeProperty
Declaration
public static readonly DependencyProperty ShowNormalRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
NormalRangeBottom
Declaration
public double NormalRangeBottom { get; set; }
Property Value
|
System.Double
|
NormalRangeFill
Declaration
public Brush NormalRangeFill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
NormalRangeRect
Declaration
public Rect NormalRangeRect { get; }
Property Value
|
Windows.Foundation.Rect
|
NormalRangeTop
Declaration
public double NormalRangeTop { get; set; }
Property Value
|
System.Double
|
NormalRangeVisibility
Declaration
public Visibility NormalRangeVisibility { get; protected set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
ShowNormalRange
Declaration
public bool ShowNormalRange { get; set; }
Property Value
|
System.Boolean
|
Methods
OnDataChanged()
Declaration
protected override void OnDataChanged()
Overrides
OnSizeChanged(Object, SizeChangedEventArgs)
Declaration
protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.SizeChangedEventArgs
e
|