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