Class StepAreaSeries
Inheritance
System.Object
StepAreaSeries
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class StepAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
StepAreaSeries()
Declaration
public StepAreaSeries()
Properties
EllipsePointMarks
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewEllipsePointMark>
|
EllipsePointMarksCount
Declaration
public int EllipsePointMarksCount { get; }
Property Value
System.Int32
|
RectanglePointMarks
Declaration
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewRectanglePointMark>
|
RectanglePointMarksCount
Declaration
public int RectanglePointMarksCount { get; }
Property Value
System.Int32
|
StepAreaAllPointsCollection
Declaration
public List<Point> StepAreaAllPointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
StepAreaAllPointsCollectionSecondPath
Declaration
public List<Point> StepAreaAllPointsCollectionSecondPath { get; }
Property Value
System.Collections.Generic.List<Point>
|
StepAreaColor
StepAreaFigures
Declaration
public List<PathFigure> StepAreaFigures { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
StepAreaPointsCollection
Declaration
public List<Point> StepAreaPointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
StepAreaSeriesColorValue
Declaration
public string StepAreaSeriesColorValue { get; }
Property Value
System.String
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
ZIndex
Declaration
public int ZIndex { get; }
Property Value
System.Int32
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|