Represents custom attributes of a ChartSeries object.
The ChartSeriesCustomProperties..::..PieProps type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CollectedChartShowLabels |
Displays point label for the collected pie (if slices have been collected).
Default: False.
|
![]() |
CollectedChartShowLegend |
Displays a legend for the collected pie (if slices have been collected).
Default: False.
|
![]() |
CollectedColor |
Gets or sets the color of the collected pie or doughnut slice.
Default: Color.Empty.
|
![]() |
CollectedLabel |
Gets or sets the label of the collected pie slice.
Default: "Other".
|
![]() |
CollectedLegendText |
Gets or sets the legend text of the collected pie slice.
Default: "Other".
|
![]() |
CollectedSliceExploded |
Gets or sets a Boolean value that indicates whether the
collected pie slice will be shown as exploded.
Default: False.
|
![]() |
CollectedStyle |
Gets or sets the style of collected style.
Default: None.
|
![]() |
CollectedThreshold |
Gets or sets the threshold value for collecting small pie slices.
Default: 5.
|
![]() |
CollectedThresholdUsePercent |
Gets or sets value that indicates if collected slice threshold value (see CollectedThreshold)
is set in percent.
Default: True.
|
![]() |
CollectedToolTip |
Gets or sets collected slice tooltip.
Default: True.
|
![]() |
LabelsHorizontalLineSize |
Gets or sets the horizontal callout line size. This attribute is only applied
if labels are drawn outside of data points.
Default: 1.
|
![]() |
LabelsRadialLineSize |
Gets or sets the radial callout line size. This attribute is only applied if
labels are drawn outside of data points.
Default: 1.
|
![]() |
MinimumRelativePieSize |
Gets or sets the minimum pie size. When used with outside labeling,
this property controls the minimum acceptable pie size, measured as
a percentage the chart area size.
This will prevent the pie from becoming too small due to the labels
dominating the chart area.
Default: 30.
|
![]() |
Owner |
Gets ChartSeriesCustomProperties owning this object.
(Inherited from ChartSeriesCustomProperties..::..PropsBase.) |
![]() |
PieDrawingStyle |
Gets or sets the drawing style of the Pie and Doughnut charts.
Default: Default.
|
![]() |
PieLabelStyle |
Gets or sets the data point labels position.
Default: Default.
|
![]() |
PieLineColor |
Gets or sets the color of the radial and horizontal label lines.
Default: Color.Empty(auto color).
|
![]() |
PieStartAngle |
Determines the starting angle of the first pie slice, measured in degrees.
Default: 0.
|
![]() |
ThreeDLabelLineSize |
Gets or sets the 3D label line size as a percentage of the default size.
Default: 100.
|