Class RadAreaSparkline
Inheritance
System.Object
RadAreaSparkline
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadAreaSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadAreaSparkline()
Declaration
public RadAreaSparkline()
Properties
AxisHeight
Declaration
public double AxisHeight { get; }
Property Value
System.Double
|
AxisLineVisibility
Declaration
public virtual string AxisLineVisibility { get; }
Property Value
System.String
|
AxisStroke
AxisStrokeColorValue
Declaration
public string AxisStrokeColorValue { get; }
Property Value
System.String
|
AxisStrokeThickness
Declaration
public double AxisStrokeThickness { get; }
Property Value
System.Double
|
AxisWidth
Declaration
public double AxisWidth { get; }
Property Value
System.Double
|
DiamondIndicatorsList
Declaration
public IList<RadSparklineDiamond> DiamondIndicatorsList { get; }
Property Value
System.Collections.Generic.IList<RadSparklineDiamond>
|
DiamondIndicatorsNumber
Declaration
public double DiamondIndicatorsNumber { get; }
Property Value
System.Double
|
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
IndicatorItemList
Declaration
public IList<RadSparklineIndicatorItem> IndicatorItemList { get; }
Property Value
System.Collections.Generic.IList<RadSparklineIndicatorItem>
|
IndicatorsNumber
Declaration
public double IndicatorsNumber { get; }
Property Value
System.Double
|
NegativeAreaFill
NegativeAreaFillColorValue
Declaration
public string NegativeAreaFillColorValue { get; }
Property Value
System.String
|
NegativeAreaStroke
NegativeAreaStrokeColorValue
Declaration
public string NegativeAreaStrokeColorValue { get; }
Property Value
System.String
|
PositiveAreaFill
PositiveAreaFillColorValue
Declaration
public string PositiveAreaFillColorValue { get; }
Property Value
System.String
|
PositiveAreaStroke
PositiveAreaStrokeColorValue
Declaration
public string PositiveAreaStrokeColorValue { get; }
Property Value
System.String
|
SparklineType
StrokeThickness
Declaration
public double StrokeThickness { get; }
Property Value
System.Double
|
Type
Declaration
public virtual string Type { get; }
Property Value
System.String
|
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|