ClassRadSparklineIndicatorItem
Class
Represents the RadSparklines for Silverlight RadSparklineIndicatorItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadSparklineIndicatorItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadSparklineIndicatorItem
Implements:
Inherited Members
Constructors
RadSparklineIndicatorItem()
Initializes a new instance of the RadSparklineIndicatorItem class.
Declaration
cs-api-definition
public RadSparklineIndicatorItem()
Properties
Color
Get the indicator color.
Height
Get the indicator height.
SparklineIndicatorColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SparklineIndicatorColorValue { get; }
Property Value
Width
Get the indicator width.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides