The total type for the field in a chart:
- "N" = no totaling
- "S" = sum
- "C" = count
- "B" = count distinct
- "A" = average
- "L" = lowest
- "H" = highest
- "D" = standard deviation
- "V" = variance
public string ChartTotalType { get; set; }
See also:
Class ReportField© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic