ScatterSeries
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
Initializes a new instance of the ScatterSeries class.
protected ScatterSeries()
Fields
XValueBindingProperty
DependencyProperty
Identifies the XValueBinding property.
public static readonly DependencyProperty XValueBindingProperty
YValueBindingProperty
DependencyProperty
Identifies the YValueBinding property.
public static readonly DependencyProperty YValueBindingProperty
Properties
Gets or sets the binding that will be used to fill the XValue member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding XValueBinding { get; set; }
Gets or sets the binding that will be used to fill the YValue member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding YValueBinding { get; set; }
Methods
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the XValue property.
protected virtual ChartAggregateFunction GetXValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the YValue property.
protected virtual ChartAggregateFunction GetYValueAggregateFunction()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.