DataLabelsRangeFormulaR1C1 Property
In This Topic
Gets or sets a string value that represents the data labels range's formula in R1C1-style notation.
Syntax
'Declaration
Property DataLabelsRangeFormulaR1C1 As String
'Usage
Dim instance As ISeries
Dim value As String
instance.DataLabelsRangeFormulaR1C1 = value
value = instance.DataLabelsRangeFormulaR1C1
string DataLabelsRangeFormulaR1C1 {get; set;}
See Also