PiePointElement
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
Initializes a new instance of the PiePointElement class.
Fields
public static RadProperty IsVisibleInLegendProperty
public static RadProperty OffsetFromCenterProperty
public static RadProperty RadiusAspectRatioProperty
Properties
Gets or sets whether this series will be used in chart legend.
public bool IsVisibleInLegend { get; set; }
Gets or sets the title that will be used by chart legend.
public string LegendTitle { get; set; }
Gets or sets the offset from center.
public double OffsetFromCenter { get; set; }
The offset from center.
Gets or sets the radius aspect ratio.
public float RadiusAspectRatio { get; set; }
The radius aspect ratio.
Methods
Creates the label element.
protected override LabelElement CreateLabelElement(DataPointElement point)
The point.
Returns:Overrides:
Gets the default state of the visual.
protected override string GetDefaultVisualState(ChartSeries series, int index)
The series.
indexintThe index.
Returns:Overrides:
Gets the style index.
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: