DataValues Property (IChartDataPoint)
In This Topic
Gets the values for the data point.
Syntax
'Declaration
ReadOnly Property DataValues As Object()
object[] DataValues {get;}
Property Value
An array of
System.Object representing the data values.
See Also