Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormulaInfoSetAction

    Show / Hide Table of Contents

    Class FormulaInfoSetAction

    Flags the reason that quickValueSet was raised.

    Inheritance
    System.Object
    FormulaInfoSetAction
    Namespace: Syncfusion.OfficeChart.Calculate
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class FormulaInfoSetAction : Enum
    Remarks

    When QuickValueSet event is raised, it passes an argument of FormulaInfoSetAction to indicate what was being assigned to the CalcQuick object using an indexer.

    Fields

    CalculatedValueSet

    A calculated value was assigned.

    Declaration
    public const FormulaInfoSetAction CalculatedValueSet
    Field Value
    Type Description
    FormulaInfoSetAction

    FormulaSet

    A formula (string starting with FormulaCharacter) was assigned.

    Declaration
    public const FormulaInfoSetAction FormulaSet
    Field Value
    Type Description
    FormulaInfoSetAction

    NonFormulaSet

    Something other than a formula was assigned.

    Declaration
    public const FormulaInfoSetAction NonFormulaSet
    Field Value
    Type Description
    FormulaInfoSetAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved