Class ScatterPointSeries
Represents a chart series which can visualize ScatterDataPoint instances.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterPointSeries : ScatterSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ScatterPointSeries()
Fields
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.Windows.DependencyProperty
|
PointSizeProperty
Identifies the PointSize property.
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
System.Windows.DependencyProperty
|
RenderModeProperty
Identifies the RenderMode dependency property.
Declaration
public static readonly DependencyProperty RenderModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<ScatterDataPoint> DataPoints { get; }
Property Value
DataPointCollection<ScatterDataPoint>
|
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
SeriesLegendSettings
|
PointSize
Gets or sets the System.Windows.Size of the scatter points. This property will be ignored if PointTemplate property is set.
Declaration
public Size PointSize { get; set; }
Property Value
System.Windows.Size
|
RenderMode
Gets or sets the SeriesRenderMode that will be used to draw the series.
Declaration
public SeriesRenderMode RenderMode { get; set; }
Property Value
SeriesRenderMode
|