Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / NameFormula Property


In This Topic
    NameFormula Property (SpreadChart)
    In This Topic
    Gets or sets the series name formula.
    Syntax
    'Declaration
     
    Public Property NameFormula As String
    'Usage
     
    Dim instance As SpreadChart
    Dim value As String
     
    instance.NameFormula = value
     
    value = instance.NameFormula
    public string NameFormula {get; set;}

    Property Value

    This property is not designed for persisting so you should save and re-use the value and access infrequently.
    See Also