Search
PieSeries Properties
 


 Public Properties

  Name Description

Data

Gets or sets the data values contained in this series. (Inherited from SimpleSeries.)

DetachedSlices

Gets or sets indices of emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie.

Dimensions

Implements Series.Dimensions. Returns 1. (Inherited from SimpleSeries.)

InnerLabels

Gets or sets the inner labels.

Labels

Gets or sets the data labels. (Inherited from SimpleSeries.)

OuterLabels

Gets or sets the outer labels.

Size

Implements Series.Size. Returns the number of elements in Data list. (Inherited from SimpleSeries.)

SupportedLabels

Implements Series.SupportedLabels. Returns a combination of InnerLabel and OuterLabel.

Title

Implements Series.Title. Gets or sets the title of this series. (Inherited from SimpleSeries.)

ToolTips

Gets or sets the tooltips corresponding to data values. (Inherited from SimpleSeries.)

 See Also