Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / XValuesFormula Property


In This Topic
    XValuesFormula Property
    In This Topic
    Gets or sets the range, which contains the source data for x values, using A1-notation formula.
    Syntax
    'Declaration
     
    Property XValuesFormula As String
    'Usage
     
    Dim instance As ISeries
    Dim value As String
     
    instance.XValuesFormula = value
     
    value = instance.XValuesFormula
    string XValuesFormula {get; set;}
    See Also