2024 Property
Changes 0
P

ScheduleField.PercentageOf

Description:
The ID of the field to calculate percentages of.
Remarks:

A Percentage field calculates what percent of the total of another field each element represents. PercentageOf is the ID of the field used to calculate percentages. If PercentageOf is InvalidScheduleFieldId, no data is displayed.

Percentages can only be calculated for numeric fields. The Count field and other percentage fields cannot be used to calculate percentages.

public ScheduleFieldId PercentageOf { get; set; }