Gets or sets the Z component of this vector.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public double Z { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Z As Double |
A double value.
See Also