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 PointSize dependency property.
Declaration
public static readonly DependencyProperty PointSizeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PointSize
Gets or sets the size of the point.
Declaration
public double PointSize { get; set; }
Property Value
System.Double
The size of the point. |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The final area within the parent that this element should use to arrange itself and its children. |
Returns
System.Windows.Size
The actual size used. |
Overrides
CreatePoints(Size)
Creates the control points based on the arrangedBounds
.
Declaration
protected override void CreatePoints(Size arrangedBounds)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
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.Object
sender
The sender. |
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
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.