The BasePieRenderer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ToString |
Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ColorScheme |
Gets or sets how the colors are assigned to the plot elements.
(Inherited from BaseRenderer.) |
|
|
Connection |
Gets or sets the data template that is used for visualization of all data points of the series.
(Inherited from BaseRenderer.) |
|
|
CoordConverter |
Gets or sets coordinate mapping engine.
(Inherited from BaseRenderer.) |
|
|
InnerRadius |
Gets or sets the inner radius of pie.
|
|
|
Inverted |
Gets or sets whether the direction of plotting is inverted.
(Inherited from BaseRenderer.) |
|
|
Offset |
Gets or sets the offset of slices.
|
|
|
Radius |
Gets or sets the radius of pie.
|
|
|
SizeX |
Gets or sets the size of data element along x-axis.
(Inherited from BaseRenderer.) |
|
|
SizeY |
Gets or sets the size of data element along y-axis.
(Inherited from BaseRenderer.) |
|
|
Stacked |
Gets or sets the stacked options of the plot.
(Inherited from BaseRenderer.) |
|
|
Symbol |
Gets or sets the data template that is used for data point visualization.
(Inherited from BaseRenderer.) |