ClassPiePointElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class PiePointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementPiePointElement
Derived Classes:
Implements:
Inherited Members
Constructors
PiePointElement(PieDataPoint)
Initializes a new instance of the PiePointElement class.
Declaration
public PiePointElement(PieDataPoint dataPoint)
Parameters
dataPoint
The data point.
Fields
IsVisibleInLegendProperty
Declaration
public static RadProperty IsVisibleInLegendProperty
Field Value
OffsetFromCenterProperty
Declaration
public static RadProperty OffsetFromCenterProperty
Field Value
RadiusAspectRatioProperty
Declaration
public static RadProperty RadiusAspectRatioProperty
Field Value
Properties
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
LegendTitle
Gets or sets the title that will be used by chart legend.
OffsetFromCenter
Gets or sets the offset from center.
Declaration
public double OffsetFromCenter { get; set; }
Property Value
The offset from center.
RadiusAspectRatio
Gets or sets the radius aspect ratio.
Declaration
public float RadiusAspectRatio { get; set; }
Property Value
The radius aspect ratio.
Methods
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
point
The point.
Returns
Overrides
GetDefaultVisualState(ChartSeries, int)
Gets the default state of the visual.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
series
The series.
index
The index.
Returns
Overrides
GetStyleIndex()
Gets the style index.
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides