Rendering
<< Click to Display Table of Contents >> 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.
Notse: 1.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. 2.For a walk through for using the SharpDX, please see the educational resource Using SharpDX for Custom Chart Rendering |
Creates objects and exposes methods used for drawing in the chart area. |
|
Forces OnRender() to be called, which will re-paint the chart |
|
Qualifies if object drawn in chart object should be selectable in the hit test procedure |
|
Indicates a chart object is currently selected |
|
Indicates a chart object is visible on the chart canvas |
|
The maximum value used for the automatic scaling of the y axis |
|
The minimum value used for the automatic scaling of the y axis |
|
An event driven method which is called while the chart scale is being updated |
|
Used to render custom drawing to a chart from various chart objects |
|
Used for efficient handling of SharpDX resources |
|
The chart panel that is configured on the chart's UI |
|
A unique identifier used to control the order in which chart objects are drawn on the chart's Z-axis |