ComponentOne FlexReport for WinForms
Item Property (Chart3DDataSetGrid)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DDataSetGrid Class : Item Property
The column index.
The row index.
Gets or sets z-value of data by specified row and column.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal column As System.Integer, _
   ByVal row As System.Integer _
) As System.Double
public System.double this[ 
   System.int column,
   System.int row
]; {get; set;}

Parameters

column
The column index.
row
The row index.

Property Value

The z-value at the specified row and column.
See Also

Reference

Chart3DDataSetGrid Class
Chart3DDataSetGrid Members