ClassScatterPointSeries
Represents a chart series which can visualize ScatterDataPoint instances.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterPointSeries : ScatterSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeriesScatterPointSeries
Derived Classes:
Implements:
Inherited Members
Constructors
ScatterPointSeries()
Initializes a new instance of the ScatterPointSeries class.
Declaration
public ScatterPointSeries()
Fields
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
DependencyProperty
PointSizeProperty
Identifies the PointSize property.
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
DependencyProperty
RenderModeProperty
Identifies the RenderMode dependency property.
Declaration
public static readonly DependencyProperty RenderModeProperty
Field Value
DependencyProperty
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<ScatterDataPoint> DataPoints { get; }
Property Value
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
PointSize
Gets or sets the Size of the scatter points. This property will be ignored if PointTemplate property is set.
Declaration
public Size PointSize { get; set; }
Property Value
Size
RenderMode
Gets or sets the SeriesRenderMode that will be used to draw the series.
Declaration
[Obsolete("This property is obsolete and will be removed. Use RenderOptions property instead.")]
public SeriesRenderMode RenderMode { get; set; }
Property Value
Methods
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.
Overrides