Class ChartSeriesCandleStick
Inheritance
System.Object
ChartSeriesCandleStick
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.Charting.Series
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartSeriesCandleStick : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChartSeriesCandleStick()
Declaration
public ChartSeriesCandleStick()
Properties
CandleStickSeriesColorValue
Declaration
public string CandleStickSeriesColorValue { get; }
Property Value
System.String
|
ChartType
Color
LowerLine
RectangleHeight
Declaration
public double RectangleHeight { get; }
Property Value
System.Double
|
RectangleWidth
Declaration
public double RectangleWidth { get; }
Property Value
System.Double
|
UpperLine
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
|