ValueArray Property (BarSeries)
In This Topic
Gets or sets the string value that indicates all items of
Values as an array.
Syntax
'Declaration
Public Property ValueArray As String
'Usage
Dim instance As BarSeries
Dim value As String
instance.ValueArray = value
value = instance.ValueArray
public string ValueArray {get; set;}
See Also