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


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