Enum PieExplode
Specifies which pie value to explode.
Namespace: FastReport.MSChart
Assembly: FastReport.dll
Syntax
public enum PieExplode
Fields
Name | Description |
---|---|
BiggestValue | Explode the biggest value. |
LowestValue | Explode the lowest value. |
None | Do not explode pie values. |
SpecificValue | Explode the value specified in the PieExplodeValue property. |