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