Gets the percentage of the PieSlice.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double Percentage { get; internal set; }
Visual Basic
Public Property Percentage As Double
	Get
	Friend Set
Visual C++
public:
property double Percentage {
	double get ();
	internal: void set (double value);
}

See Also