Search
Point3D.Z Property
See Also
 






Gets or sets the Z coordinate of this point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Z { get; set; }

Visual Basic  Copy Code

Public Property Z As Double

 Property Value

A double value.

 See Also