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


In This Topic
    Formula Property (SpreadChart)
    In This Topic
    Gets or sets the chart formula. This action will re-build the chart's series.
    Syntax
    'Declaration
     
    Public Property Formula As String
    'Usage
     
    Dim instance As SpreadChart
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {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