Class ContinuousSeriesBase
Inheritance
System.Object
ContinuousSeriesBase
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 abstract class ContinuousSeriesBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ContinuousSeriesBase()
Declaration
public ContinuousSeriesBase()
Properties
AllFiguresPointsCollection
Declaration
public List<Point> AllFiguresPointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
AllFiguresPointsCollectionSecondPath
Declaration
public List<Point> AllFiguresPointsCollectionSecondPath { get; }
Property Value
System.Collections.Generic.List<Point>
|
Figures
Declaration
public List<PathFigure> Figures { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
FiguresSecondPath
Declaration
public List<PathFigure> FiguresSecondPath { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
Paths
PointsCollection
Declaration
public List<Point> PointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
PointsCollectionSecondPath
Declaration
public List<Point> PointsCollectionSecondPath { get; }
Property Value
System.Collections.Generic.List<Point>
|
SecondFigurePointsCollection
Declaration
public List<Point> SecondFigurePointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
StrokeColor
StrokeColorValue
Declaration
public string StrokeColorValue { get; }
Property Value
System.String
|
StrokeThickness
Declaration
public double StrokeThickness { get; }
Property Value
System.Double
|
Methods
GetPoints(PathFigure)
Declaration
protected IEnumerable<Point> GetPoints(PathFigure figure)
Parameters
PathFigure
figure
|
Returns
System.Collections.Generic.IEnumerable<Point>
|