DataLabelType
|
Gets or Sets whether the Pie Chart Object displays slice labels as percentages or actual values.
|
DataShadows
|
Gets or Sets whether shadows or 3D effects are used on bars, points, and other graphics.
|
DropShadowOffsetX
|
This property controls the horizontal offset of drop shadow. Units are logical, 50 = 50/5000 = 1/100th of width of image. Valid values range from 500 to 500. Refer to example 303 in demo.
|
DropShadowOffsetY
|
This property controls the vertical offset of drop shadow. Units are logical, 50 = 50/5000 = 1/100th of height of image. Valid values range from 500 to 500. Refer to example 303 in demo.
|
DropShadowSteps
|
This property controls the number of fountain steps used to produce drop shadow. Values 0 through 10, and values 20, 30, 40 ,50, 60 , and 70 provide different drop shadow widths and effects. Refer to example 303 in demo.
|
DropShadowWidth
|
This property controls the size of drop shadow. Units are logical, 200 = 200/5000 = 1/25th image size. Recommended values are from 0 to 500. Refer to example 303 in demo.
|
GradientStyle
|
Gets or Sets the style of pie gradient. RenderEngine must be GdiPlus to enable.
|
GroupingPercent
|
Gets or Sets the size of Pie Chart slices that get grouped into the *Other slice. The *Other slice is used to make the graph more readable by pooling all the small sliver type pie slices into one larger pie slice.
|
ManualRadius
|
This is useful when you have multiple pies on the same form and need a consistent radius among all pies.
|
Show3DShadow
|
Gets or Sets whether 3D Pie Charts will also have a drop shadow.
|
ShowPieLabels
|
Gets or Sets the style of pie slice label, Percent or Value.
|
SliceHatching
|
Gets or Sets whether hatching is only for monochrome images or both monochrome and color images.
|
SliceLabelFormat
|
If ShowPieLabels is set to show numberic values. This property allows for adding text before and after slice data numbers. It also controls placing commas on thousand marks and forcing decimal positions. The format string consists of {PRE-TEXT}|{.}{,}{0000}|{POST-TEXT} Where all items are optional except pipe symbols, and one or more zeros can be provided in middle section.
|
SliceStartLocation
|
Gets or Sets the location of first slice. Values range from 0 to 360. For Example: To rotate clockwise 30 more degrees set this property to 125 or (default value 95) + 30 = 125.
|
SubsetHatch
|
Gets and Sets the hatch type associated with zero based subset indices. Hatching is possible with bars, areas, and pie chart slices. The color of hatch foreground is controlled with Color.SubsetColors. The hatch background color is controlled with Color.HatchBackColor.
|