Class RadScatterSparkline
Inheritance
System.Object
RadScatterSparkline
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadScatterSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadScatterSparkline()
Declaration
public RadScatterSparkline()
Properties
AxisHeight
Declaration
public double AxisHeight { get; }
Property Value
System.Double
|
AxisLineVisibility
Declaration
public virtual string AxisLineVisibility { get; }
Property Value
System.String
|
AxisStroke
AxisStrokeColorValue
Declaration
public string AxisStrokeColorValue { get; }
Property Value
System.String
|
AxisStrokeThickness
Declaration
public double AxisStrokeThickness { get; }
Property Value
System.Double
|
AxisWidth
Declaration
public double AxisWidth { get; }
Property Value
System.Double
|
DiamondIndicatorsList
Declaration
public IList<RadSparklineDiamond> DiamondIndicatorsList { get; }
Property Value
System.Collections.Generic.IList<RadSparklineDiamond>
|
DiamondIndicatorsNumber
Declaration
public double DiamondIndicatorsNumber { get; }
Property Value
System.Double
|
IndicatorsNumber
Declaration
public double IndicatorsNumber { get; }
Property Value
System.Double
|
ScatterItemList
Declaration
public IList<RadSparklineIndicatorItem> ScatterItemList { get; }
Property Value
System.Collections.Generic.IList<RadSparklineIndicatorItem>
|
SparklineType
Type
Declaration
public virtual string Type { get; }
Property Value
System.String
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|