PieChart
Definition
public class PieChart : SeriesChart<PieSeries, SingleSeriesLegend>
Properties
Name | Type | Description | Default |
---|---|---|---|
Series | ICollection<PieSeries> | Gets or Sets the series to be drawn | null |
StrokeSize | double | Gets or Sets the size of the stroke that surrounds the slices | 3d |
StrokeColor | Color | Gets or Sets the color of the stroke that surrounds the slices | null |
PieSeries
Definition
public class PieSeries : ChartSeries
Properties
Name | Type | Description | Default |
---|---|---|---|
Radius | double | Gets or Sets the radius that is going to be used to draw the series data. If it's keep by default the radius will be calculated | 0d |
InnerRadius | double | Gets or Sets the percentage of the radius that that the hole will have. Value must be within 0 and 1 | 0d |
StartAngle | double | Gets or Sets the starting angle degree | 0d |
EndAngle | double | Gets or Sets the ending angle degree | 360d |
SelectedOffset | double | Gets or Sets the offset that will be added to the radius when drawing selection | 10d |
ColorPath | string | Gets or Sets the path to find the color property in the data | string.Empty |
BrushPath | string | Gets or Sets the path to find the brush property in the data in case you want to use gradients | string.Empty |