Gets or sets z-value of data by specified row and column.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public double this[
	int i,
	int j
] { get; set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Default Property Item ( _
	i As Integer, _
	j As Integer _
) As Double
	Get
	Set

Parameters

i
Type: System..::..Int32
j
Type: System..::..Int32

See Also