An int which indicates that a pie slice is to be labeled with a percentage value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public const int LABEL_TYPE_PERCENT
Visual Basic (Declaration)
Public Const LABEL_TYPE_PERCENT As Integer
Visual C++
public:
literal int LABEL_TYPE_PERCENT

Remarks

This flag only applies to pie charts.

See Also