Search
Vector.Y Property
See Also
 






Gets or sets the Y component of this vector.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Double

 Property Value

A double value.

 See Also