ClassChartSeriesStick
Represents the RadChart for Silverlight ChartSeriesStick control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesStick : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesStick
Implements:
Inherited Members
Constructors
ChartSeriesStick()
Initializes a new instance of the ChartSeriesStick class.
Declaration
public ChartSeriesStick()
Properties
ChartType
Get the series type.
CloseLine
Get the parametric close line.
Declaration
public ParametricLine CloseLine { get; }
Property Value
Color
Get the stick color.
EndPoint
Get the stick end point.
OpenLine
Get the parametric open line.
StartPoint
Get the stick start point.
StickSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
VerticalLine
Get the parametric vertical line.
Declaration
public ParametricLine VerticalLine { 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