Represents one-dimensional series defined by e list of data values and lists of inner and outer labels, suitable for providing data to a PieRenderer.
The following tables list the members exposed by the PieSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the PieSeries class with the specified data values, inner and outer labels. |
Name | Description | |
---|---|---|
Provides a list with the zero-based indices of data items from this SimpleSeries drawn as emphasized. (Inherited from SimpleSeries.) |
||
Specifies a list with strings that represent the labels for data items in this SimpleSeries. (Inherited from SimpleSeries.) |
||
Contains the tooltips of data items. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Removes the specified DataChangedListener. (Inherited from SimpleSeries.) |
||
Gets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.) |
||
Gets the indices of the emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie. |
||
Implements Series.getDimensions. (Inherited from SimpleSeries.) |
||
Gets the inner labels. |
||
SimpleSeries.getLabel override. Returns an element of the inner or outer label lists. |
||
Gets the outer labels. |
||
Implements Series.getSize. Returns the number of elements in the Data list. (Inherited from SimpleSeries.) |
||
Implements Series.getSupportedLabels. Returns a combination of LabelKinds.InnerLabel and LabelKinds.OuterLabel. |
||
Implements Series.getTitle. Gets the title of this SimpleSeries. (Inherited from SimpleSeries.) |
||
Gets the tooltips associated with data items. (Inherited from SimpleSeries.) |
||
Implements Series.getValue. Returns the value for the specified data item in this SimpleSeries. (Inherited from SimpleSeries.) |
||
Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer. (Inherited from SimpleSeries.) |
||
Implements Series.isSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.) |
||
Removes the specified DataChangedListener. (Inherited from SimpleSeries.) |
||
Sets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.) |
||
Sets the indices of the emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie. |
||
Sets the inner labels. |
||
Sets the outer labels. |
||
Sets an enum-set specifying which labels from the series should be displayed. (Inherited from SimpleSeries.) |
||
Sets the title of this SimpleSeries. (Inherited from SimpleSeries.) |
||
Sets the tooltips associated with data items. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Raises the DataChanged event. (Inherited from SimpleSeries.) |