ClassParametricLine
Class
Represents the RadChart for Silverlight ParametricLine control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ParametricLine : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlParametricLine
Implements:
Inherited Members
Constructors
ParametricLine()
Initializes a new instance of the ParametricLine class.
Declaration
cs-api-definition
public ParametricLine()
Properties
Fill
Get the Fill property.
X1
Get the line start point x.
X2
Get the line end point x.
XamlTag
Get the xaml tag of ParametricLine.
Declaration
cs-api-definition
public override string XamlTag { get; }
Property Value
Overrides
Y1
Get the line start point y.
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