Chart.GetChartElementOutline Method (Object, ChartElementType)
.NET Framework (current version)
Returns the chart element outline.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
member GetChartElementOutline :
chartElement:Object *
elementType:ChartElementType -> ChartElementOutline
Parameters
- chartElement
-
Type:
System.Object
The chart element.
- elementType
-
Type:
System.Web.UI.DataVisualization.Charting.ChartElementType
The type of element.
Return Value
Type: System.Web.UI.DataVisualization.Charting.ChartElementOutlineA ChartElementOutline object that contains:
An array of points in absolute coordinates that can be used as outline markers around this chart element.
A GraphicsPath object for drawing an outline around this chart element.
If the chartElement is not part of the chart, or the elementType cannot be combined with chartElement, the result will contain an empty array of marker points. The marker points are sorted clockwise.
.NET Framework
Available since 4.0
Available since 4.0
Show: