[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Chart2DRenderer

Chart2DRenderer Class

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

Inheritance
ChartRenderer
Chart2DRenderer
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public class Chart2DRenderer : ChartRenderer
Public Class Chart2DRenderer
    Inherits ChartRenderer

Constructors

Name Description
Chart2DRenderer()

Creates a new renderer.

Methods

Name Description
GetAxisTitleSize(Graphics, PlotArea, string, Font, TextDirection, int)

Returns the size of the axis title.

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.