[]
Renderers a 3D view of a chart model using OpenGL rendering.
public void Paint(Graphics g, RectangleF rectangle, ChartModel model)
Public Sub Paint(g As Graphics, rectangle As RectangleF, model As ChartModel)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics context |
RectangleF | rectangle | Rectangle to paint in. |
ChartModel | model | Chart model to paint. |
Renderers a 3D view of a chart model using OpenGL rendering.
public void Paint(Graphics g, RectangleF rectangle, ChartModel model, Color backColor, Image backgroundImg, ImageLayout backgroundImgLayout)
Public Sub Paint(g As Graphics, rectangle As RectangleF, model As ChartModel, backColor As Color, backgroundImg As Image, backgroundImgLayout As ImageLayout)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics context |
RectangleF | rectangle | Rectangle to paint in. |
ChartModel | model | Chart model to paint. |
Color | backColor | The back color. |
Image | backgroundImg | The background image. |
ImageLayout | backgroundImgLayout | The background image layout. |