Class ScatterPointSeries
Represents a chart series which can visualize Scatter
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 Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
PointSizeProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
System.
|
RenderModeProperty
Identifies the Render
Declaration
public static readonly DependencyProperty RenderModeProperty
Field Value
System.
|
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 System.
Declaration
public Size PointSize { get; set; }
Property Value
System.
|
RenderMode
Gets or sets the Series
Declaration
public SeriesRenderMode RenderMode { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |