ClassRadAreaSparkline
Represents the RadSparklines for Silverlight RadAreaSparkline control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadAreaSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadAreaSparkline
Implements:
Inherited Members
Constructors
RadAreaSparkline()
Initializes a new instance of the RadAreaSparkline class.
Declaration
public RadAreaSparkline()
Properties
AxisHeight
Get the axis height.
AxisLineVisibility
Get the axis line visibility.
Declaration
public virtual string AxisLineVisibility { get; }
Property Value
AxisStroke
Get the axis stroke color.
AxisStrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
AxisStrokeThickness
Get the axis stroke thickness.
AxisWidth
Get the axis width.
DiamondIndicatorsList
Get the list of diamond indicators.
Declaration
public IList<RadSparklineDiamond> DiamondIndicatorsList { get; }
Property Value
DiamondIndicatorsNumber
Get the number of diamond indicators.
Height
Get the sparkline height.
IndicatorItemList
Get the list of Indicator items.
Declaration
public IList<RadSparklineIndicatorItem> IndicatorItemList { get; }
Property Value
IndicatorsNumber
Get the number of indicators.
NegativeAreaFill
Get the area sparkline negative area fill color.
NegativeAreaFillColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string NegativeAreaFillColorValue { get; }
Property Value
NegativeAreaStroke
Get the area sparkline negative area stroke color.
NegativeAreaStrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string NegativeAreaStrokeColorValue { get; }
Property Value
PositiveAreaFill
Get the area sparkline positive area fill color.
PositiveAreaFillColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string PositiveAreaFillColorValue { get; }
Property Value
PositiveAreaStroke
Get the area sparkline positive area stroke color.
PositiveAreaStrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string PositiveAreaStrokeColorValue { get; }
Property Value
SparklineType
Get the sparkline type.
Declaration
public SparklineTypes SparklineType { get; }
Property Value
StrokeThickness
Get the sparkline stroke thickness.
Type
Get the sparkline type.
Width
Get the sparkline width.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides