[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Chart2DRenderer

Chart2DRenderer Class

Renders a 2D view of a chart model using GDI+ rendering.

Inheritance
Chart2DRenderer
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class Chart2DRenderer
Public Class Chart2DRenderer

Constructors

Name Description
Chart2DRenderer()

Creates a new renderer.

Methods

Name Description
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 series should be visible for displaying.

HitTest(Graphics, RectangleF, ChartModel, float, float)

Gets hit test information.

Paint(Graphics, RectangleF, ChartModel)

Renders a 2D view of a chart model using GDI+ rendering.