Class RadWinLossSparkline
Inheritance
System.Object
RadWinLossSparkline
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 RadWinLossSparkline : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadWinLossSparkline()
Declaration
public RadWinLossSparkline()
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
|
ColumnList
Declaration
public IList<RadSparklineColumn> ColumnList { get; }
Property Value
System.Collections.Generic.IList<RadSparklineColumn>
|
ColumnsNumber
Declaration
public double ColumnsNumber { get; }
Property Value
System.Double
|
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
|