method AddPieColor(Color: Number)
AddPieColor adds a color to a pie graph. Available for Form Designer and Report Designer Graph objects.
AddPieColor method syntax has these named arguments:
Parameter |
Description |
|---|---|
Color |
Required. A number representing the colour RGB. See Color Table. |
For example:
graph.AddPieColor(ColorByName("Orange"))
You can remove added colours using ResetPieColors.