ContinuousSeriesBase
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public abstract class ContinuousSeriesBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public ContinuousSeriesBase()
Properties
C#
public List<Point> AllFiguresPointsCollection { get; }
C#
public List<Point> AllFiguresPointsCollectionSecondPath { get; }
C#
public List<PathFigure> Figures { get; }
C#
public List<PathFigure> FiguresSecondPath { get; }
C#
public List<Point> PointsCollection { get; }
C#
public List<Point> PointsCollectionSecondPath { get; }
C#
public List<Point> SecondFigurePointsCollection { get; }
C#
public Color StrokeColor { get; }
C#
public string StrokeColorValue { get; }
C#
public double StrokeThickness { get; }
Methods
C#
protected IEnumerable<Point> GetPoints(PathFigure figure)
IEnumerable<Point>