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


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

    Property Value

    The series name 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 SeriesNameFormula property.
    See Also