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 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
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. |