ClassRadColumnSparkline
Represents the RadSparklines for Silverlight RadColumnSparkline control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadColumnSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadColumnSparkline
Implements:
Inherited Members
Constructors
RadColumnSparkline()
Initializes a new instance of the RadColumnSparkline class.
Declaration
public RadColumnSparkline()
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 sparkline stroke thickness.
AxisWidth
Get the axis width.
ColumnList
Get the list of Columns.
Declaration
public IList<RadSparklineColumn> ColumnList { get; }
Property Value
ColumnsNumber
Get the number of columns.
SparklineType
Get the sparkline type.
Declaration
public SparklineTypes SparklineType { get; }
Property Value
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