ClassSparkScatterSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkScatterSeries : SparkPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkPointSeriesSparkScatterSeries
Implements:
Inherited Members
Constructors
SparkScatterSeries()
Initializes a new instance of the SparkScatterSeries class.
Declaration
public SparkScatterSeries()
SparkScatterSeries(SizeF)
Initializes a new instance of the SparkScatterSeries class.
Declaration
public SparkScatterSeries(SizeF pointSize)
Parameters
pointSize
Size of the point.
SparkScatterSeries(string, string)
Initializes a new instance of the SparkScatterSeries class.
Properties
HighValue
Gets the high value data point.
Declaration
public override double? HighValue { get; }
Property Value
Overrides
LowValue
Gets the low value data point.
Declaration
public override double? LowValue { get; }
Property Value
Overrides
Model
Gets the model.
Declaration
public override SparkSeriesModel Model { get; }
Property Value
The model.
Overrides
XValueMember
Gets or sets the X value member.
Declaration
[Browsable(true)]
public string XValueMember { get; set; }
Property Value
The X value member.
YValueMember
Gets or sets the Y value member.
Declaration
[Browsable(true)]
public string YValueMember { get; set; }
Property Value
The Y value member.
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override SparkDataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Creates the model.
Declaration
protected override SparkDataPointCollection CreateModel()
Returns
Overrides
ValidatePoint(SparkDataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(SparkDataPoint item)
Parameters
item
The item.
Overrides