Class ScatterSeriesDefinition
Defines the DataSeries visual representation of a Scatter (Point) chart series.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ScatterSeriesDefinition : LinearSeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
Constructors
ScatterSeriesDefinition()
Initializes a new instance of the ScatterSeriesDefinition class.
Declaration
public ScatterSeriesDefinition()
Fields
PointShapeProperty
Identifies the PointShape dependency property.
Declaration
public static readonly DependencyProperty PointShapeProperty
Field Value
System.Windows.DependencyProperty
|
PointSizeProperty
Identifies the PointSize dependency property.
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
ItemType
Gets the type of the DataPoints in the DataSeries.
Declaration
public override Type ItemType { get; }
Property Value
System.Type
|
Overrides
PointShape
Gets or sets the point shape.
Declaration
public MarkerShape PointShape { get; set; }
Property Value
MarkerShape
The point shape. |
PointSize
Gets or sets the size of the point.
Declaration
public double PointSize { get; set; }
Property Value
System.Double
The size of the point. |
ResourceId
Gets the resource id associated with the current ISeriesDefinition. Used to identify the list of styles used with the DataPoints.
Declaration
public override object ResourceId { get; }
Property Value
System.Object
|
Overrides
Methods
CreateChartItem()
Creates an object that will represent a single item in the DataSeries.
Declaration
public override IChartItem CreateChartItem()
Returns
IChartItem
New IChartItem of TItem type. |