MindFusion.Charting Programmer's Guide

PiePiece.Angle Property

See Also
 





Gets the angle of the PiePiece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Angle { get; }

Visual Basic  Copy Code

Public ReadOnly Property Angle As Double

 Property Value

A double value that represents the angle of the piece.

 Remarks

The angle is calculated based on the number that stands for this piece in the Data property of the pie chart.

 See Also