Item Property (Chart3DDataSetGrid)
In This Topic
Gets or sets z-value of data by specified row and column.
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Double
public new System.double this[
System.int ,
System.int
]; {get; set;}
Parameters
- i
- j
See Also