ClassChartSeriesCandleStick
Represents the RadChart for Silverlight ChartSeriesCandleStick control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesCandleStick : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesCandleStick
Implements:
Inherited Members
Constructors
ChartSeriesCandleStick()
Initializes a new instance of the ChartSeriesCandleStick class.
Declaration
public ChartSeriesCandleStick()
Properties
CandleStickSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string CandleStickSeriesColorValue { get; }
Property Value
ChartType
Get the series type.
Color
Get the candle stick color.
LowerLine
Get the parametric lower line.
Declaration
public ParametricLine LowerLine { get; }
Property Value
RectangleHeight
Get the rectangle height.
RectangleWidth
Get the rectange width.
UpperLine
Get the parametric upper line.
Declaration
public ParametricLine UpperLine { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides