MindFusion.Charting for Silverlight Programmer's Guide
PiePiece.Percent Property
See Also
 






Gets the percent from the pie this piece represents.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double Percent { get; }

Visual Basic  Copy Code

Public ReadOnly Property Percent As Double

 Property Value

A double value. Default is 0.0

 Remarks

The percent value for each PiePiece is calculated automatically based on the data for the PieSeries.

 See Also

PiePiece Members
PiePiece Class
MindFusion.Charting.Silverlight Namespace