The BasePieRenderer type exposes the following members.
Methods
Name | Description | |
---|---|---|
AnalyzeData |
Analyses data values, finds data limits.
(Inherited from BaseRenderer.) |
|
AttachTooltip |
Attaches the tooltip to the specified plot element.
(Inherited from BaseRenderer.) |
|
CreateElement |
Create plot element based on specified template and style.
(Inherited from BaseRenderer.) |
|
CreateLineShape |
Create line shape based on the specified data series.
(Inherited from BaseRenderer.) |
|
CreateSymbolShape(DataSeries) |
Create symbol shape based on the specified data series.
(Inherited from BaseRenderer.) |
|
CreateSymbolShape(ShapeStyle) |
Create symbol shape based on the specified shape style.
(Inherited from BaseRenderer.) |
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) |
|
InitOptions |
Adds the options set to the bag.
(Overrides BaseRenderer..::..InitOptions()()()().) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
RenderConnection |
Renders connection and returns the created element.
(Inherited from BaseRenderer.) |
|
RenderElement |
Renders the element and add it to the specified list.
(Inherited from BaseRenderer.) |
|
ToString | (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.) |