Class PointSeriesBase
Base for XY point-based series that plot independent X and Y data arrays, such as scatter and bubble.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class PointSeriesBase : SeriesBase
Constructors
PointSeriesBase()
Construct the base for series that map paired X and Y values to points on an XY chart.
Declaration
protected PointSeriesBase()
Properties
XValues
Gets or sets the data providing X (horizontal) values for each point.
Declaration
public IChartData XValues { get; set; }
Property Value
|
IChartData
|
YValues
Gets or sets the data providing Y (vertical) values for each point.
Declaration
public IChartData YValues { get; set; }
Property Value
|
IChartData
|