Class ScatterSeries
The base class for the scatter series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ScatterSeries : CartesianSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ScatterSeries()
Fields
XValueBindingProperty
Identifies the XValueBinding property.
Declaration
public static readonly DependencyProperty XValueBindingProperty
Field Value
System.Windows.DependencyProperty
|
YValueBindingProperty
Identifies the YValueBinding property.
Declaration
public static readonly DependencyProperty YValueBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
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
DataPointBinding
|
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
DataPointBinding
|
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
ChartAggregateFunction
|
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
ChartAggregateFunction
|