The PieRenderer type exposes the following members.

Constructors

  Name Description
Public method PieRenderer
Creates an instance of pie renderer.

Methods

  Name Description
Protected method AnalyzeData
Analyses data values, finds data limits.
(Inherited from BaseRenderer.)
Protected method AttachTooltip
Attaches the tooltip to the specified plot element.
(Inherited from BaseRenderer.)
Protected method CreateElement
Create plot element based on specified template and style.
(Inherited from BaseRenderer.)
Protected method CreateLineShape
Create line shape based on the specified data series.
(Inherited from BaseRenderer.)
Protected method CreateSymbolShape(DataSeries)
Create symbol shape based on the specified data series.
(Inherited from BaseRenderer.)
Protected method CreateSymbolShape(ShapeStyle)
Create symbol shape based on the specified shape style.
(Inherited from BaseRenderer.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InitOptions
Adds the options set to the bag.
(Inherited from BasePieRenderer.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RenderConnection
Renders connection and returns the created element.
(Inherited from BaseRenderer.)
Protected method RenderElement
Renders the element and add it to the specified list.
(Inherited from BaseRenderer.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ColorScheme
Gets or sets how the colors are assigned to the plot elements.
(Inherited from BaseRenderer.)
Public property Connection
Gets or sets the data template that is used for visualization of all data points of the series.
(Inherited from BaseRenderer.)
Public property CoordConverter
Gets or sets coordinate mapping engine.
(Inherited from BaseRenderer.)
Public property InnerRadius
Gets or sets the inner radius of pie.
(Inherited from BasePieRenderer.)
Public property Inverted
Gets or sets whether the direction of plotting is inverted.
(Inherited from BaseRenderer.)
Public property Offset
Gets or sets the offset of slices.
(Inherited from BasePieRenderer.)
Public property Radius
Gets or sets the radius of pie.
(Inherited from BasePieRenderer.)
Public property SizeX
Gets or sets the size of data element along x-axis.
(Inherited from BaseRenderer.)
Public property SizeY
Gets or sets the size of data element along y-axis.
(Inherited from BaseRenderer.)
Public property Stacked
Gets or sets the stacked options of the plot.
(Inherited from BaseRenderer.)
Public property Symbol
Gets or sets the data template that is used for data point visualization.
(Inherited from BaseRenderer.)

See Also