MindFusion.Reporting for Silverlight Programmer's Guide
PieChart.HoleSize Property
See Also
 





Gets or sets the size of the hole in the centre of circle (as a percentage). This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public double HoleSize { get; set; }

Visual Basic  Copy Code

Public Property HoleSize As Double

 Property Value

A double value in the range [0..1] specifying the size of the pie chart hole, expressed as percents of the chart's radius. The default is 0.1.

 Remarks

A value of 0 indicates that there will be no hole in the chart. A value of 1 will result in a hollow circle.

 See Also

PieChart Members
PieChart Class
MindFusion.Reporting.Silverlight Namespace