ClassChartVerticalStripLines
Class
Represents the RadChart for Silverlight ChartVerticalStripLines control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartVerticalStripLines : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartVerticalStripLines
Implements:
Inherited Members
Constructors
ChartVerticalStripLines()
Initializes a new instance of the ChartVerticalStripLines class.
Declaration
cs-api-definition
public ChartVerticalStripLines()
Properties
SelectedVerticalStripLineColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SelectedVerticalStripLineColorValue { get; }
Property Value
VerticalStripLineColor
Get the striplines color.
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