ClassPointSeriesBase
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:
cs-api-definition
public abstract class PointSeriesBase : SeriesBase
Inheritance: objectSeriesBasePointSeriesBase
Derived Classes:
Inherited Members
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()