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