ClassScatterPointSeries
Represents a chart series which can visualize ScatterDataPoint instances.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ScatterPointSeries : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterPointSeries
Derived Classes:
Implements:
Inherited Members
Constructors
ScatterPointSeries()
Initializes a new instance of the ScatterPointSeries class.
Declaration
public ScatterPointSeries()
Fields
XValueBindingProperty
Identifies the XValueBinding property.
Declaration
public static readonly DependencyProperty XValueBindingProperty
Field Value
DependencyProperty
YValueBindingProperty
Identifies the YValueBinding property.
Declaration
public static readonly DependencyProperty YValueBindingProperty
Field Value
DependencyProperty
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<ScatterDataPoint> DataPoints { get; }
Property Value
XValueBinding
Gets or sets the binding that will be used to fill the XValue member of the contained data points.
Declaration
public DataPointBinding XValueBinding { get; set; }
Property Value
YValueBinding
Gets or sets the binding that will be used to fill the YValue member of the contained data points.
Declaration
public DataPointBinding YValueBinding { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides