Pie Plot Parameters

- startangle
- Value: double. Sets the starting angle. The initial default value is 90 degrees, which corresponds to 12
- interiorgap
- Value: double. Sets the interior gap. This controls the space between the edges of the pie plot and
- circular
- Value: boolean. A flag indicating whether the pie chart is circular, or stretched into an
- ignorenullvalues
- Value: boolean. Sets a flag that controls whether null values are ignored. At present, this only affects
- ignorezerovalues
- Value: boolean. Sets a flag that controls whether zero values are ignored. This only affects whether or
- basesectionpaint
- Value: Paint. Sets the base section paint.
- sectionoutlinesvisible
- Value: boolean. Sets the flag that controls whether or not the outline is drawn for each
- basesectionoutlinepaint
- Value: Paint. Sets the base section paint.
- sectionoutlinestroke
- Value: Stroke. Sets the outline stroke for ALL sections in the plot.
- basesectionoutlinestroke
- Value: Stroke. Sets the base section stroke.
- shadowpaint
- Value: Paint. Sets the shadow paint.
- shadowxoffset
- Value: double. Sets the x-offset for the shadow effect.
- shadowyoffset
- Value: double. Sets the y-offset for the shadow effect.
- labelgap
- Value: double. Sets the gap between the edge of the pie and the labels (expressed as a
- maximumlabelwidth
- Value: double. Sets the maximum label width as a percentage of the plot width.
- labellinksvisible
- Value: boolean. Sets the flag that controls whether or not label linking lines are visible
- labellinkmargin
- Value: double. Sets the link margin.
- labellinkpaint
- Value: Paint. Sets the paint used for the lines that connect pie sections to their
- labellinkstroke
- Value: Stroke. Sets the link stroke.
- labelfont
- Value: Font. Sets the section label font.
- labelpaint
- Value: Paint. Sets the section label paint.
- labelbackgroundpaint
- Value: Paint. Sets the section label background paint.
- labeloutlinepaint
- Value: Paint. Sets the section label outline paint.
- labeloutlinestroke
- Value: Stroke. Sets the section label outline stroke.
- labelshadowpaint
- Value: Paint. Sets the section label shadow paint.
- minimumarcangletodraw
- Value: double. Sets the minimum arc angle that will be drawn. Pie sections for an angle
- sectionoutlinepaint
- Value: CSV list of Paint. Sets the paint used to fill sections of the pie.
- sectionpaint
- Value: CSV list of Paint. Sets the paint used to fill sections of the pie.
- explodepercent
- Value: CSV list of double. Sets the amount that pie sections should be exploded.