Class
PointSeriesBase

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:

cs-api-definition
public abstract class PointSeriesBase : SeriesBase

Inheritance: objectSeriesBasePointSeriesBase

Derived Classes: BubbleSeriesScatterSeries

Inherited Members SeriesBase.Clone()SeriesBase.SeriesTypeSeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill

Constructors

PointSeriesBase()

Construct the base for series that map paired X and Y values to points on an XY chart.

Declaration

cs-api-definition
protected PointSeriesBase()

Properties

XValues

Gets or sets the data providing X (horizontal) values for each point.

Declaration

cs-api-definition
public IChartData XValues { get; set; }

Property Value

IChartData

YValues

Gets or sets the data providing Y (vertical) values for each point.

Declaration

cs-api-definition
public IChartData YValues { get; set; }

Property Value

IChartData