Enum Formula
Specifies the type of calculation to perform on the values, if more than one is present.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum Formula
Fields
Name | Description |
---|---|
Average | The type of calculation to perform on the values is Average. |
Integral | The type of calculation to perform on the values is Integral. |
Linear | The type of calculation to perform on the values is Linear. |
Max | The type of calculation to perform on the values is Max. |
Median | The type of calculation to perform on the values is Median. |
Min | The type of calculation to perform on the values is Min. |
None | Default value. Indicates the last value is used. |
OpenClose | The type of calculation to perform on the values is OpenClose. |
Percentile | The type of calculation to perform on the values is Percentile. |
RateOfChange | The type of calculation to perform on the values is RateOfChange. |
Variance | The type of calculation to perform on the values is Variance. |