Class DataPointElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DataPointElement : ChartImageElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
DataPointElement(DataPoint)
Initializes a new instance of the DataPointElement class.
Declaration
public DataPointElement(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
The data point. |
Fields
HeightAspectRatioProperty
IsSelectedProperty
PointSizeProperty
Properties
DataPoint
Gets the data point.
Declaration
public DataPoint DataPoint { get; }
Property Value
DataPoint
The data point. |
HeightAspectRatio
Gets or sets the height aspect ratio.
Declaration
public float HeightAspectRatio { get; set; }
Property Value
System.Single
The height aspect ratio. |
IsSelected
Gets or sets whether the point element is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
The is selected. |
IsVisible
Gets or sets a value indicating whether this instance is visible.
Declaration
public override bool IsVisible { get; set; }
Property Value
System.Boolean
|
Overrides
Parent
Gets or sets the parent of the data point element.
Declaration
public override RadObject Parent { get; set; }
Property Value
RadObject
|
Overrides
PointSize
Gets or sets the size of the point.
Declaration
public SizeF PointSize { get; set; }
Property Value
System.Drawing.SizeF
The size of the point. |
Methods
ApplyStyleSettingsCore(PropertySettingGroup)
Applies the style settings.
Declaration
protected override void ApplyStyleSettingsCore(PropertySettingGroup group)
Parameters
PropertySettingGroup
group
The group. |
Overrides
BuildVisualState()
Builds the visual state.
Declaration
protected override void BuildVisualState()
Overrides
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected virtual LabelElement CreateLabelElement(DataPointElement point)
Parameters
DataPointElement
point
The point. |
Returns
LabelElement
|
GetDefaultVisualState(ChartSeries, Int32)
Gets the default visual state.
Declaration
protected virtual string GetDefaultVisualState(ChartSeries series, int index)
Parameters
ChartSeries
series
The series. |
System.Int32
index
The index. |
Returns
System.String
|
GetStyleIndex()
Gets the style index.
Declaration
protected virtual int GetStyleIndex()
Returns
System.Int32
|
GetValue(RadProperty)
Retrieves the current value for the specified property.
Declaration
public override object GetValue(RadProperty property)
Parameters
RadProperty
property
|
Returns
System.Object
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |
Overrides
OnMouseDown(MouseEventArgs)
Raises the MouseDown event.
Declaration
protected virtual void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
OnMouseEnter(EventArgs)
Raises the MouseEnter event.
Declaration
protected virtual void OnMouseEnter(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnMouseLeave(EventArgs)
Raises the MouseLeave event.
Declaration
protected virtual void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnMouseMove(MouseEventArgs)
Raises the MouseMove event.
Declaration
protected virtual void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
OnMouseUp(MouseEventArgs)
Raises the MouseUp event.
Declaration
protected virtual void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|