SparkScatterSeries
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
Initializes a new instance of the SparkScatterSeries class.
public SparkScatterSeries()
Initializes a new instance of the SparkScatterSeries class.
Initializes a new instance of the SparkScatterSeries class.
Properties
Gets the high value data point.
public override double? HighValue { get; }
Overrides:
Gets the low value data point.
public override double? LowValue { get; }
Overrides:
Gets the model.
public override SparkSeriesModel Model { get; }
The model.
Overrides:
Gets or sets the X value member.
[Browsable(true)]
public string XValueMember { get; set; }
The X value member.
Gets or sets the Y value member.
[Browsable(true)]
public string YValueMember { get; set; }
The Y value member.
Methods
Binds the members.
protected override void BindMembers()
Overrides:
Creates the default data point.
Creates the model.
protected override SparkDataPointCollection CreateModel()
Overrides:
Validates the point.
protected override void ValidatePoint(SparkDataPoint item)
The item.
Overrides: