Class
PieDataPoint

Represents a single-valued data point drawn as a pie slice when plotted by a pie chart.

Definition

Constructors

PieDataPoint()

Declaration

cs-api-definition
public PieDataPoint()

Properties

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 what percentage of all data point values sum this point's value is.

Declaration

cs-api-definition
public double Percent { get; }

Property Value

double

StartAngle

Gets the starting angle of this point.

Declaration

cs-api-definition
public double StartAngle { get; }

Property Value

double

SweepAngle

Gets the sweep angle of this point.

Declaration

cs-api-definition
public double SweepAngle { get; }

Property Value

double