Class PointSeries
Represents a chart series that plot their points using ellipses.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PointSeries : CategoricalSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
PointSeries()
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
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
|