Xamarin.Android

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

    Show / Hide Table of Contents

    Class FormulaInfoHashtable

    Typed Hashtable returning FormulaInfo objects.

    Inheritance
    System.Object
    FormulaInfoHashtable
    Namespace: Syncfusion.OfficeChart.Calculate
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public class FormulaInfoHashtable : Dictionary<object, object>

    Constructors

    FormulaInfoHashtable()

    Declaration
    public FormulaInfoHashtable()

    Properties

    Item[Object]

    Gets or sets the FormulaInfo with the specified obj.

    Declaration
    public FormulaInfo this[object obj] { get; set; }
    Parameters
    Type Name Description
    System.Object obj

    The key to identify the given FormulaInfo.

    Property Value
    Type Description
    FormulaInfo

    FormulaInfo

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