The PieRenderContext type exposes the following members.

Methods

  Name Description
Public method ConvertX
Converts x data value to the control coordinate.
(Inherited from RenderContext.)
Public method ConvertY
Converts y data value to the control coordinate.
(Inherited from RenderContext.)
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 MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public field PieInfo
Contains information about pie slice.

Properties

  Name Description
Public property Bounds
Gets the range of data values.
(Inherited from RenderContext.)
Public property Current
Gets the current data point in data coordinates.
(Inherited from RenderContext.)
Public property CurrentView
Gets the current data point in control(view) coordinates.
(Inherited from RenderContext.)
Public property Data
Gets the array of data values of current series.
(Inherited from RenderContext.)
Public property DataSeries
Gets the current data series.
(Inherited from RenderContext.)
Public property Item
Gets the value of current data point by its name.
(Inherited from RenderContext.)
Public property PointIndex
Gets the current index of data point.
(Inherited from RenderContext.)
Public property Points
Gets the array of points for the current data series.
(Inherited from RenderContext.)
Public property Previous
Gets the previous data point.
(Inherited from RenderContext.)
Public property PreviousValues
Gets the array of value for the previous data series.
(Inherited from RenderContext.)
Public property Rect
Gets the rectangle that corresponds to the current data point.
(Inherited from RenderContext.)
Public property Renderer
Gets the current renderer.
(Inherited from RenderContext.)

See Also