Class PointSeriesBase
Represents a base class for the point series.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class PointSeriesBase : SeriesBase
Constructors
PointSeriesBase()
Declaration
protected PointSeriesBase()
Properties
XValues
Gets or sets the data for the X values of the series.
Declaration
public IChartData XValues { get; set; }
Property Value
IChartData
|
YValues
Gets or sets the data for the Y values of the series.
Declaration
public IChartData YValues { get; set; }
Property Value
IChartData
|