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