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