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