Skip to main content

PieChart

Definition

public class PieChart : SeriesChart<PieSeries, SingleSeriesLegend>

Properties

NameTypeDescriptionDefault
SeriesICollection<PieSeries>Gets or Sets the series to be drawnnull
StrokeSizedoubleGets or Sets the size of the stroke that surrounds the slices3d
StrokeColorColorGets or Sets the color of the stroke that surrounds the slicesnull

PieSeries

Definition

public class PieSeries : ChartSeries

Properties

NameTypeDescriptionDefault
RadiusdoubleGets 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 calculated0d
InnerRadiusdoubleGets or Sets the percentage of the radius that that the hole will have. Value must be within 0 and 10d
StartAngledoubleGets or Sets the starting angle degree0d
EndAngledoubleGets or Sets the ending angle degree360d
SelectedOffsetdoubleGets or Sets the offset that will be added to the radius when drawing selection10d
ColorPathstringGets or Sets the path to find the color property in the datastring.Empty
BrushPathstringGets or Sets the path to find the brush property in the data in case you want to use gradientsstring.Empty

See Also