Represents one-dimensional series defined by e list of data values and lists of inner and outer labels, convenient for providing data to PieRenderer.
The following tables list the members exposed by the PieSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the PieSeries class. |
Name | Description | |
---|---|---|
Contains the indices of emphasized data items. (Inherited from SimpleSeries.) |
||
Contains the labels of data items. (Inherited from SimpleSeries.) |
||
Contains the tooltips of data items. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Gets or sets the data values contained in this series. (Inherited from SimpleSeries.) |
||
Gets or sets indices of emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie. |
||
Implements Series.Dimensions. Returns 1. (Inherited from SimpleSeries.) |
||
Gets or sets the inner labels. |
||
Gets or sets the data labels. (Inherited from SimpleSeries.) |
||
Gets or sets the outer labels. |
||
Implements Series.Size. Returns the number of elements in Data list. (Inherited from SimpleSeries.) |
||
Implements Series.SupportedLabels. Returns a combination of InnerLabel and OuterLabel. |
||
Implements Series.Title. Gets or sets the title of this series. (Inherited from SimpleSeries.) |
||
Gets or sets the tooltips corresponding to data values. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
SimpleSeries.GetLabel override. Returns an element of the inner or outer label lists. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. (Inherited from SimpleSeries.) |
||
Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer. (Inherited from SimpleSeries.) |
||
Implements Series.IsSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Raises the DataChanged event. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. (Inherited from SimpleSeries.) |