Class PiePointElement
Inheritance
Inherited Members
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
Constructors
PiePointElement(PieDataPoint)
Initializes a new instance of the PiePointElement class.
Declaration
public PiePointElement(PieDataPoint dataPoint)
Parameters
PieDataPoint
dataPoint
The data point. |
Fields
IsVisibleInLegendProperty
OffsetFromCenterProperty
RadiusAspectRatioProperty
Properties
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
Declaration
public bool IsVisibleInLegend { get; set; }
Property Value
System.Boolean
|
LegendTitle
Gets or sets the title that will be used by chart legend.
Declaration
public string LegendTitle { get; set; }
Property Value
System.String
|
OffsetFromCenter
Gets or sets the offset from center.
Declaration
public double OffsetFromCenter { get; set; }
Property Value
System.Double
The offset from center. |
RadiusAspectRatio
Gets or sets the radius aspect ratio.
Declaration
public float RadiusAspectRatio { get; set; }
Property Value
System.Single
The radius aspect ratio. |
ThemeRole
Gets or sets the theme role.
Declaration
public override string ThemeRole { get; }
Property Value
System.String
The theme role. |
Overrides
Methods
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
DataPointElement
point
The point. |
Returns
LabelElement
|
Overrides
GetDefaultVisualState(ChartSeries, Int32)
Gets the default state of the visual.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
ChartSeries
series
The series. |
System.Int32
index
The index. |
Returns
System.String
|
Overrides
GetStyleIndex()
Gets the style index.
Declaration
protected override int GetStyleIndex()
Returns
System.Int32
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|