StepAreaSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class StepAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseStepAreaSeries...
Implements:
Inherited Members
Constructors
C#
public StepAreaSeries()
Properties
C#
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
C#
public int EllipsePointMarksCount { get; }
C#
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
C#
public int RectanglePointMarksCount { get; }
C#
public List<Point> StepAreaAllPointsCollection { get; }
C#
public List<Point> StepAreaAllPointsCollectionSecondPath { get; }
C#
public Color StepAreaColor { get; }
C#
public List<PathFigure> StepAreaFigures { get; }
C#
public List<Point> StepAreaPointsCollection { get; }
C#
public string StepAreaSeriesColorValue { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: