Rendering
Rendering methods and properties can be useful when carrying out custom drawing tasks for chart objects. Event handlers such as OnCalculateMinMax() and OnRender() allow you to override behavior at key points in the rendering process.
- Some rendering methods and properties make use of SharpDX libraries, which provide a managed framework for working with DirectX technology. Please see the SharpDX SDK Reference for more information.
- For a walk through for using the SharpDX, please see the educational resource Using SharpDX for Custom Chart Rendering.

