ChartElementOutline.OutlinePath Property

.NET Framework (current version)
 

Gets or sets the outline path. The return value can be null for complex objects and objects with two points or fewer.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public GraphicsPath OutlinePath { get; internal set; }

Property Value

Type: System.Drawing.Drawing2D.GraphicsPath

A GraphicsPath that represents the outline path.

.NET Framework
Available since 4.0
Return to top
Show: