Class ScatterPointSeries
Inheritance
System.Object
ScatterPointSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScatterPointSeries : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
ScatterPointSeries()
Declaration
public ScatterPointSeries()
Fields
XValueBindingProperty
Declaration
public static readonly DependencyProperty XValueBindingProperty
Field Value
Microsoft.
|
YValueBindingProperty
Declaration
public static readonly DependencyProperty YValueBindingProperty
Field Value
Microsoft.
|
Properties
DataPoints
Declaration
public DataPointCollection<ScatterDataPoint> DataPoints { get; }
Property Value
XValueBinding
YValueBinding
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|