Class RadAreaSparkline
Inheritance
System.Object
RadAreaSparkline
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadAreaSparkline : RadLinearSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadAreaSparkline()
Declaration
public RadAreaSparkline()
Fields
AreaPointsProperty
Declaration
public static readonly DependencyProperty AreaPointsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
BottomClipRectProperty
Declaration
public static readonly DependencyProperty BottomClipRectProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
BottomLineVisibilityProperty
Declaration
public static readonly DependencyProperty BottomLineVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NegativeAreaFillProperty
Declaration
public static readonly DependencyProperty NegativeAreaFillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NegativeAreaShapeStyleProperty
Declaration
public static readonly DependencyProperty NegativeAreaShapeStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NegativeAreaStrokeProperty
Declaration
public static readonly DependencyProperty NegativeAreaStrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
NegativeLineShapeStyleProperty
Declaration
public static readonly DependencyProperty NegativeLineShapeStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositiveAreaFillProperty
Declaration
public static readonly DependencyProperty PositiveAreaFillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositiveAreaShapeStyleProperty
Declaration
public static readonly DependencyProperty PositiveAreaShapeStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositiveAreaStrokeProperty
Declaration
public static readonly DependencyProperty PositiveAreaStrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositiveLineShapeStyleProperty
Declaration
public static readonly DependencyProperty PositiveLineShapeStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TopClipRectProperty
Declaration
public static readonly DependencyProperty TopClipRectProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TopLineVisibilityProperty
Declaration
public static readonly DependencyProperty TopLineVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AreaPoints
Declaration
public PointCollection AreaPoints { get; }
Property Value
|
Microsoft.UI.Xaml.Media.PointCollection
|
BottomClipRect
Declaration
public Rect BottomClipRect { get; }
Property Value
|
Windows.Foundation.Rect
|
BottomLineVisibility
Declaration
public Visibility BottomLineVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
NegativeAreaFill
Declaration
public Brush NegativeAreaFill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
NegativeAreaShapeStyle
Declaration
public Style NegativeAreaShapeStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
NegativeAreaStroke
Declaration
public Brush NegativeAreaStroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
NegativeLineShapeStyle
Declaration
public Style NegativeLineShapeStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
PositiveAreaFill
Declaration
public Brush PositiveAreaFill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PositiveAreaShapeStyle
Declaration
public Style PositiveAreaShapeStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
PositiveAreaStroke
Declaration
public Brush PositiveAreaStroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PositiveLineShapeStyle
Declaration
public Style PositiveLineShapeStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
TopClipRect
Declaration
public Rect TopClipRect { get; }
Property Value
|
Windows.Foundation.Rect
|
TopLineVisibility
Declaration
public Visibility TopLineVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Methods
SynchronizePoints()
Declaration
protected override void SynchronizePoints()
Overrides
UpdateLineVisibility()
Declaration
protected override void UpdateLineVisibility()