Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / Formula Property
Example


In This Topic
    Formula Property (SpreadChart)
    In This Topic
    Gets or sets the formula for the chart. This action will re-build the chart's series.
    Syntax
    'Declaration
     
    
    Public Overridable Property Formula As String
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public virtual string Formula {get; set;}

    Property Value

    The formula.
    Remarks
    This property is not designed for persisting so you should save and re-use the value and access infrequently.
    Example
    This example uses the Formula property.
    See Also