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


In This Topic
    ItemsFormula Property (Axis)
    In This Topic
    Gets or sets the category formula.
    Syntax
    'Declaration
     
    Public Property ItemsFormula As String
    'Usage
     
    Dim instance As Axis
    Dim value As String
     
    instance.ItemsFormula = value
     
    value = instance.ItemsFormula
    public string ItemsFormula {get; set;}

    Property Value

    The category formula.
    See Also