ScatterPointSeries
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
Initializes a new instance of the ScatterPointSeries class.
public ScatterPointSeries()
Fields
LegendSettingsProperty
DependencyProperty
Identifies the LegendSettings dependency property.
public static readonly DependencyProperty LegendSettingsProperty
PointSizeProperty
DependencyProperty
Identifies the PointSize property.
public static readonly DependencyProperty PointSizeProperty
RenderModeProperty
DependencyProperty
Identifies the RenderMode dependency property.
public static readonly DependencyProperty RenderModeProperty
Properties
Gets the collection of data points associated with the series.
public DataPointCollection<ScatterDataPoint> DataPoints { get; }
Gets or sets the legend settings.
public SeriesLegendSettings LegendSettings { get; set; }
PointSize
Size
Gets or sets the Size of the scatter points. This property will be ignored if PointTemplate property is set.
public Size PointSize { get; set; }
Gets or sets the SeriesRenderMode that will be used to draw the series.
[Obsolete("This property is obsolete and will be removed. Use RenderOptions property instead.")]
public SeriesRenderMode RenderMode { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: