Class
PieDataPoint

Represents a single-value data point plotted by a pie chart.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class PieDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointSingleValueDataPointPieDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members SingleValueDataPoint.ValueDataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.InitBoundValues()DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedDataPoint.IsInPlotRangeChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

PieDataPoint()

Initializes a new instance of the PieDataPoint class.

Declaration

cs-api-definition
public PieDataPoint()

PieDataPoint(double)

Initializes a new instance of the PieDataPoint class.

Declaration

cs-api-definition
public PieDataPoint(double value)

Parameters

value

double

The value.

PieDataPoint(double, string)

Initializes a new instance of the PieDataPoint class.

Declaration

cs-api-definition
public PieDataPoint(double value, string legendTitle)

Parameters

value

double

The value.

legendTitle

string

The legend title.

Properties

LegendTitle

Gets or sets the string that will be displayed in the legend for the point.

Declaration

cs-api-definition
public string LegendTitle { get; set; }

Property Value

string

OffsetFromCenter

Gets or sets the offset of the point from the center of the pie.

Declaration

cs-api-definition
public double OffsetFromCenter { get; set; }

Property Value

double

Percent

Gets the value which indicates the percentage of the total points sum this point's value is.

Declaration

cs-api-definition
[Browsable(false)]
public double Percent { get; }

Property Value

double

RadiusAspectRatio

Gets or sets the radius aspect ratio of the point.

Declaration

cs-api-definition
public float RadiusAspectRatio { get; set; }

Property Value

float

StartAngle

Gets the starting angle of this point.

Declaration

cs-api-definition
[Browsable(false)]
public double StartAngle { get; }

Property Value

double

SweepAngle

Gets the sweep angle of this point.

Declaration

cs-api-definition
[Browsable(false)]
public double SweepAngle { get; }

Property Value

double