Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / CategoryNamesFormula Property


In This Topic
    CategoryNamesFormula Property
    In This Topic
    Gets or sets the range that contains the source data for category names, using A1-notation formula.
    Syntax
    'Declaration
     
    Property CategoryNamesFormula As String
    'Usage
     
    Dim instance As IAxis
    Dim value As String
     
    instance.CategoryNamesFormula = value
     
    value = instance.CategoryNamesFormula
    string CategoryNamesFormula {get; set;}
    Remarks
    This property applies only to category axes.
    See Also