ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum Formula - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved