Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub Paint( _ ByVal chart As Chart, _ ByVal graph As ChartGraphics, _ ByVal chartArea As ChartArea, _ ByVal boxPlotSeries As Series _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public static void Paint( Chart chart, ChartGraphics graph, ChartArea chartArea, Series boxPlotSeries ) |
Parameters
- chart
- Chart object.
- graph
- ChartGraphics object to be used to painting.
- chartArea
- ChartArea which box plot Series will be painted for.
- boxPlotSeries
- Box plot Series to be painted.
Exception | Description |
---|---|
ArgumentNullException | Thrown when any passed parameter is null. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family