ClassContinuousSeriesBase
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public abstract class ContinuousSeriesBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBase
Derived Classes:
Implements:
Inherited Members
Constructors
ContinuousSeriesBase()
Initializes a new instance of the ContinuousSeriesBase class.
Declaration
public ContinuousSeriesBase()
Properties
AllFiguresPointsCollection
Get all the polylines Points collection of the first path.
AllFiguresPointsCollectionSecondPath
Get all the polylines Points collection of the second path.
Figures
Gets a list of Figures for the first Path
Declaration
public List<PathFigure> Figures { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
FiguresSecondPath
Gets a list of Figures for the second Path
Declaration
public List<PathFigure> FiguresSecondPath { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
Paths
Get the list of paths.
Declaration
public IList<Path> Paths { get; }
Property Value
IList<Path>
Remarks
Will return 1 for all continuous series and 2 for area series. The first is stroke shape and the second is area shape.
PointsCollection
Get the Points collection of the first path.
PointsCollectionSecondPath
Get the Points collection of the second path.
SecondFigurePointsCollection
Get the Points collection of the second figure.
StrokeColor
Get the indicator color.
StrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
StrokeThickness
Get the stroke thickness
Methods
GetPoints(PathFigure)
Declaration
protected IEnumerable<Point> GetPoints(PathFigure figure)
Parameters
figure
Returns
IEnumerable<Point>