Class ScatterPoint
This class represents a 2D point series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ScatterPoint : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
ScatterPoint()
Declaration
public ScatterPoint()
Fields
PointSizeProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
System.
|
Properties
PointSize
Gets or sets the size of the point.
Declaration
public double PointSize { get; set; }
Property Value
System. The size of the point. |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The final area within the parent that this element should use to arrange itself and its children. |
Returns
System. The actual size used. |
Overrides
CreatePoints(Size)
Creates the control points based on the arrangedBounds
.
Declaration
protected override void CreatePoints(Size arrangedBounds)
Parameters
System. The arranged bounds. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)
Called when DataSeries Definition is changed.
Declaration
protected override void OnDataSeriesDefinitionChanged(object sender, PropertyChangedEventArgs e)
Parameters
System. The sender. |
System. The System. |
Overrides
UpdatePointMarkPosition()
Updates the point mark position.
Declaration
public override void UpdatePointMarkPosition()
Overrides
Remarks
You need to call this method only if you have changed the size of individual PointMark.