Class ChartSeriesArea
Inheritance
System.Object
ChartSeriesArea
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartSeriesArea : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChartSeriesArea()
Declaration
public ChartSeriesArea()
Properties
AreaSeriesColorValue
Declaration
public string AreaSeriesColorValue { get; }
Property Value
System.String
|
ChartType
Color
EndPoint
EndPointX
Declaration
public double EndPointX { get; set; }
Property Value
System.Double
|
EndPointY
Declaration
public double EndPointY { get; set; }
Property Value
System.Double
|
LabelText
Declaration
public virtual string LabelText { get; }
Property Value
System.String
|
SeriesIndex
Declaration
public int SeriesIndex { get; }
Property Value
System.Int32
|
StartPoint
StartPointX
Declaration
public double StartPointX { get; set; }
Property Value
System.Double
|
StartPointY
Declaration
public double StartPointY { get; set; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|