ClassRadScatterSparkline
Represents the RadSparklines for Silverlight RadScatterSparkline control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadScatterSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadScatterSparkline
Implements:
Inherited Members
Constructors
RadScatterSparkline()
Initializes a new instance of the RadScatterSparkline class.
Declaration
public RadScatterSparkline()
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.
IndicatorsNumber
Get the number of indicators.
ScatterItemList
Get the list of Scatter items.
Declaration
public IList<RadSparklineIndicatorItem> ScatterItemList { get; }
Property Value
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