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 XValue
Declaration
public static readonly DependencyProperty XValueBindingProperty
Field Value
System.
|
YValueBindingProperty
Identifies the YValue
Declaration
public static readonly DependencyProperty YValueBindingProperty
Field Value
System.
|
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
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
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 System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |