ClassRadSparklineColumn
Class
Represents the RadSparklines for Silverlight RadSparklineColumn control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadSparklineColumn : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadSparklineColumn
Implements:
Inherited Members
Constructors
RadSparklineColumn()
Initializes a new instance of the RadSparklineColumn class.
Declaration
cs-api-definition
public RadSparklineColumn()
Properties
Color
Get the column color.
ColumnHeight
Get the column height.
ColumnWidth
Get the column width.
SparklineColumnColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SparklineColumnColorValue { get; }
Property Value
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