Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Formula Property


In This Topic
    Formula Property (ISeries)
    In This Topic
    Gets or sets a string value that represents the object's formula in A1-style notation
    Syntax
    'Declaration
     
    Property Formula As String
    'Usage
     
    Dim instance As ISeries
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    string Formula {get; set;}
    See Also