Charting for WinForms Programmer's Guide
RenderContext Members
Constructors Properties Methods
 


Provides contextual information about the dashboard to its child components when calling their draw, layout and user input methods.

The following tables list the members exposed by the RenderContext type.

 Public Constructors

  Name Description

RenderContext

Initializes a new instance of the RenderContext clas.

 Public Properties

  Name Description

Component

Gets or sets the component currently being painted.

DrawTooltip

Gets a value indicating whether tooltips will be drawn in this context.

Graphics

Gets or sets the current drawing surface.

Theme

Gets or sets the Theme used to resolve appearance attributes.

XAxis

Gets the chart's XAxis.

YAxis

Gets the chart's YAxis.

 Public Methods

  Name Description

GetClipRect

Gets the clip rectangle relative to specified Component.

GetClipRectF

Gets the clip rectangle relative to specified Component.

GetXAxis

Overloaded.  

GetYAxis

Overloaded.  

TextStyle

Gets a TextStyle from current Theme.

 See Also

RenderContext Class
MindFusion.Charting Namespace