ClassScatterSeries
The base class for the scatter series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class ScatterSeries : CartesianSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeries
Derived Classes:
Implements:
Inherited Members
Constructors
ScatterSeries()
Initializes a new instance of the ScatterSeries class.
Declaration
protected ScatterSeries()
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
XValueBinding
Gets or sets the binding that will be used to fill the XValue member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding YValueBinding { get; set; }
Property Value
Methods
GetXValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the XValue property.
Declaration
protected virtual ChartAggregateFunction GetXValueAggregateFunction()
Returns
GetYValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the YValue property.
Declaration
protected virtual ChartAggregateFunction GetYValueAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.