ActiveReports.Chart Request technical support
Z Property
See Also 


Gets or sets the point's z coordinate

Syntax

Visual Basic (Declaration) 
Public Property Z As Single
Visual Basic (Usage)Copy Code
Dim instance As Point3d
Dim value As Single
 
instance.Z = value
 
value = instance.Z
C# 
public float Z {get; set;}

See Also