ChartElementOutline.OutlinePath Property

Definition

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

public:
 property System::Drawing::Drawing2D::GraphicsPath ^ OutlinePath { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
public System.Drawing.Drawing2D.GraphicsPath OutlinePath { get; }
member this.OutlinePath : System.Drawing.Drawing2D.GraphicsPath
Public ReadOnly Property OutlinePath As GraphicsPath

Property Value

A GraphicsPath object that represents the outline path.

Applies to