RadAreaSparkline
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadAreaSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadAreaSparkline...
Implements:
Inherited Members
Constructors
C#
public RadAreaSparkline()
Properties
C#
public double AxisHeight { get; }
C#
public virtual string AxisLineVisibility { get; }
C#
public Color AxisStroke { get; }
C#
public string AxisStrokeColorValue { get; }
C#
public double AxisStrokeThickness { get; }
C#
public IList<RadSparklineDiamond> DiamondIndicatorsList { get; }
C#
public double DiamondIndicatorsNumber { get; }
C#
public IList<RadSparklineIndicatorItem> IndicatorItemList { get; }
C#
public double IndicatorsNumber { get; }
C#
public Color NegativeAreaFill { get; }
C#
public string NegativeAreaFillColorValue { get; }
C#
public Color NegativeAreaStroke { get; }
C#
public string NegativeAreaStrokeColorValue { get; }
C#
public Color PositiveAreaFill { get; }
C#
public string PositiveAreaFillColorValue { get; }
C#
public Color PositiveAreaStroke { get; }
C#
public string PositiveAreaStrokeColorValue { get; }
C#
public SparklineTypes SparklineType { get; }
C#
public double StrokeThickness { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: