Class DonutPointElement
Inheritance
System.Object
DonutPointElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DonutPointElement : PiePointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
DonutPointElement(PieDataPoint)
Initializes a new instance of the DonutPointElement class.
Declaration
public DonutPointElement(PieDataPoint point)
Parameters
PieDataPoint
point
The point. |
Properties
ThemeRole
Gets the theme role.
Declaration
public override string ThemeRole { get; }
Property Value
System.String
The theme role. |
Overrides
Methods
GetDefaultVisualState(ChartSeries, Int32)
Gets the default visual state.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
ChartSeries
series
The series. |
System.Int32
index
The index. |
Returns
System.String
|