[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.Render

Render Method

Render(Graphics, ChartModel, Rectangle, bool)

Renders the chart to a graphic.

Declaration
public virtual void Render(Graphics g, ChartModel model, Rectangle r, bool drawSelection)
Public Overridable Sub Render(g As Graphics, model As ChartModel, r As Rectangle, drawSelection As Boolean)
Parameters
Type Name Description
Graphics g

A Graphics object that is associated with a specific device context.

ChartModel model

A ChartModel object.

Rectangle r

Specifies the location and size.

bool drawSelection

Specifies whether selection is rendered or not.