MindFusion.Charting Programmer's Guide

PieChart.OutlinePen Property

See Also
 





Specifies the chart pen used for drawing the pie outlining.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Pen OutlinePen { get; set; }

Visual Basic  Copy Code

Public Property OutlinePen As Pen

 Property Value

An instance of MindFusion.Drawing.Pen.

 Remarks

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.

 See Also