ClassCandlestick
Represents the Candlestick for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class Candlestick : Shape, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementShapeCandlestick
Implements:
Inherited Members
Constructors
Candlestick()
Initializes a new instance of the Candlestick class.
Declaration
public Candlestick()
Properties
CandlestickHeight
Get the candlestick height.
CandlestickSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string CandlestickSeriesColorValue { get; }
Property Value
CandlestickWidth
Get the candlestick width.
CanvasLeft
Get the Candlestick CanvasLeft
CanvasTop
Get the Candlestick CanvasTop
Color
Get the candlestick color.
XamlTag
Get the xaml tag of Candlestick.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides