The PieRenderContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertX |
Converts x data value to the control coordinate.
(Inherited from RenderContext.) |
|
ConvertY |
Converts y data value to the control coordinate.
(Inherited from RenderContext.) |
|
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.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
PieInfo |
Contains information about pie slice.
|
Properties
Name | Description | |
---|---|---|
Bounds |
Gets the range of data values.
(Inherited from RenderContext.) |
|
Current |
Gets the current data point in data coordinates.
(Inherited from RenderContext.) |
|
CurrentView |
Gets the current data point in control(view) coordinates.
(Inherited from RenderContext.) |
|
Data |
Gets the array of data values of current series.
(Inherited from RenderContext.) |
|
DataSeries |
Gets the current data series.
(Inherited from RenderContext.) |
|
Item |
Gets the value of current data point by its name.
(Inherited from RenderContext.) |
|
PointIndex |
Gets the current index of data point.
(Inherited from RenderContext.) |
|
Points |
Gets the array of points for the current data series.
(Inherited from RenderContext.) |
|
Previous |
Gets the previous data point.
(Inherited from RenderContext.) |
|
PreviousValues |
Gets the array of value for the previous data series.
(Inherited from RenderContext.) |
|
Rect |
Gets the rectangle that corresponds to the current data point.
(Inherited from RenderContext.) |
|
Renderer |
Gets the current renderer.
(Inherited from RenderContext.) |