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