[]
Renderers a 3D view of a chart model using OpenGL rendering.
public class Chart3DRenderer : ChartRenderer
Public Class Chart3DRenderer
Inherits ChartRenderer
| Name | Description |
|---|---|
| Chart3DRenderer() | Creates a new renderer. |
| Name | Description |
|---|---|
| CreateContext(IntPtr) | Creates an IntPtr context. |
| DeleteContext(IntPtr) | Deletes a context. |
| GetLabelAreaRectangle(Graphics, RectangleF, ChartModel, int) | Gets the rectangle of the label area. |
| GetLegendAreaRectangle(Graphics, RectangleF, ChartModel, int) | Gets the rectangle of the legend area. |
| GetSeriesVisible(Series) | Gets whether the series should be visible for display. |
| HitTest(Graphics, RectangleF, ChartModel, float, float) | Returns information about the given location. |
| Paint(Graphics, RectangleF, ChartModel) | Renderers a 3D view of a chart model using OpenGL rendering. |
| Paint(Graphics, RectangleF, ChartModel, Color, Image, ImageLayout) | Renderers a 3D view of a chart model using OpenGL rendering. |