ClassRadLinearSparkline
Represents the RadSparklines for Silverlight RadLinearSparkline control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadLinearSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadLinearSparkline
Implements:
Inherited Members
Constructors
RadLinearSparkline()
Initializes a new instance of the RadLinearSparkline class.
Declaration
public RadLinearSparkline()
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.
IndicatorItemList
Get the list of Indicator items.
Declaration
public IList<RadSparklineIndicatorItem> IndicatorItemList { get; }
Property Value
IndicatorsNumber
Get the number of indicators.
LineStroke
Get the area sparkline line stroke color.
LineStrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
SparklineType
Get the sparkline type.
Declaration
public SparklineTypes SparklineType { get; }
Property Value
StrokeThickness
Get the sparkline stroke thickness.
Type
Get the sparkline type.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides