Search
Point3D.X Property
See Also
 






Gets or sets the X coordinate of this point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double X { get; set; }

Visual Basic  Copy Code

Public Property X As Double

 Property Value

A double value.

 See Also