[]
Renders a 2D view of a chart model using GDI+ rendering.
public class Chart2DRenderer
Public Class Chart2DRenderer
Name | Description |
---|---|
Chart2DRenderer() | Creates a new renderer. |
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. |