Specifies the chart pen used for drawing the pie outlining. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Pen OutlinePen { get; set; } |
Visual Basic
![]() |
---|
Public Property OutlinePen As Pen |
An object of type MindFusion.Drawing.Pen.
The pie in a pie chart is drawn with a visible outlining, which makes the chart easier to understand. This property specifies the pen used for drawing the outlining not only for the whole pie but also between the separate pie pieces.
Default value for the OutlinePen property is a black Pen, width 1.