ClassOhlcSeries
Class
Represents the OhlcSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class OhlcSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlOhlcSeries
Implements:
Inherited Members
Constructors
OhlcSeries()
Initializes a new instance of the OhlcSeries class.
Declaration
cs-api-definition
public OhlcSeries()
Properties
OhlcStickCount
Get the ohlcsticks count.
OhlcSticks
Get the list of Ohlc sticks.
XamlTag
Get the xaml tag of OhlcSeries.
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