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 Data
Declaration
public DataPointElement(DataPoint dataPoint)
Parameters
Data The data point. |
Fields
HeightAspectRatioProperty
IsSelectedProperty
PointSizeProperty
Properties
DataPoint
Gets the data point.
Declaration
public DataPoint DataPoint { get; }
Property Value
Data The data point. |
HeightAspectRatio
Gets or sets the height aspect ratio.
Declaration
public float HeightAspectRatio { get; set; }
Property Value
System. The height aspect ratio. |
IsSelected
Gets or sets whether the point element is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System. 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.
|
Overrides
Parent
Gets or sets the parent of the data point element.
Declaration
public override RadObject Parent { get; set; }
Property Value
Overrides
PointSize
Gets or sets the size of the point.
Declaration
public SizeF PointSize { get; set; }
Property Value
System. The size of the point. |
Methods
ApplyStyleSettingsCore(PropertySettingGroup)
Applies the style settings.
Declaration
protected override void ApplyStyleSettingsCore(PropertySettingGroup group)
Parameters
Property 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
Data The point. |
Returns
GetDefaultVisualState(ChartSeries, Int32)
Gets the default visual state.
Declaration
protected virtual string GetDefaultVisualState(ChartSeries series, int index)
Parameters
Chart The series. |
System. The index. |
Returns
System.
|
GetStyleIndex()
Gets the style index.
Declaration
protected virtual int GetStyleIndex()
Returns
System.
|
GetValue(RadProperty)
Retrieves the current value for the specified property.
Declaration
public override object GetValue(RadProperty property)
Parameters
Rad
|
Returns
System.
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart The parent. |
Overrides
OnMouseDown(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual void OnMouseDown(MouseEventArgs e)
Parameters
System. The System. |
OnMouseEnter(EventArgs)
Raises the Mouse
Declaration
protected virtual void OnMouseEnter(EventArgs e)
Parameters
System. The System. |
OnMouseLeave(EventArgs)
Raises the Mouse
Declaration
protected virtual void OnMouseLeave(EventArgs e)
Parameters
System. The System. |
OnMouseMove(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual void OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
OnMouseUp(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual void OnMouseUp(MouseEventArgs e)
Parameters
System. The System. |
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)