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


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