Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / ParseChartFormula Method
The formula.
if set to true [use r1 c1].
The custom names.
The data models.
if set to true [reference error].


In This Topic
    ParseChartFormula Method
    In This Topic
    Parses the chart formula.
    Syntax
    'Declaration
     
    
    Public Shared Function ParseChartFormula( _
       ByVal formula As String, _
       ByVal useR1C1 As Boolean, _
       ByVal customNames As Hashtable, _
       ByVal dataModels As ArrayList, _
       ByRef referenceError As Boolean _
    ) As List(Of Expression)
    'Usage
     
    
    Dim formula As String
    Dim useR1C1 As Boolean
    Dim customNames As Hashtable
    Dim dataModels As ArrayList
    Dim referenceError As Boolean
    Dim value As List(Of Expression)
     
    value = SpreadChart.ParseChartFormula(formula, useR1C1, customNames, dataModels, referenceError)

    Parameters

    formula
    The formula.
    useR1C1
    if set to true [use r1 c1].
    customNames
    The custom names.
    dataModels
    The data models.
    referenceError
    if set to true [reference error].
    See Also