Renderers a 3D view of a chart model using OpenGL rendering.
Syntax
'Declaration
Public Overloads Sub Paint( _
ByVal As Graphics, _
ByVal As RectangleF, _
ByVal As ChartModel, _
ByVal As Color, _
ByVal As Image, _
ByVal As ImageLayout _
)
'Usage
Dim instance As Chart3DRenderer
Dim g As Graphics
Dim rectangle As RectangleF
Dim model As ChartModel
Dim backColor As Color
Dim backgroundImg As Image
Dim backgroundImgLayout As ImageLayout
instance.Paint(g, rectangle, model, backColor, backgroundImg, backgroundImgLayout)
Parameters
- g
- Graphics context
- rectangle
- Rectangle to paint in.
- model
- Chart model to paint.
- backColor
- The back color.
- backgroundImg
- The background image.
- backgroundImgLayout
- The background image layout.
See Also