The RenderContext type exposes the following members.

Methods

  Name Description
Public method ConvertX
Converts x data value to the control coordinate.
Public method ConvertY
Converts y data value to the control coordinate.
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.)

Properties

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

See Also