PointGeometry
public struct PointGeometryScreen-space geometry for a single point.
Fields
Section titled “Fields”
Position
Section titled “Position”public Vector2 PositionScreen position of the point.
Returns
UnityEngine.Vector2 — No return description is available.
MarkIndex
Section titled “MarkIndex”public int MarkIndexMark index this point represents.
Returns
System.Int32 — No return description is available.
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexSeries index this point belongs to.
Returns
System.Int32 — No return description is available.
public Color ColorColor of the point.
Returns
UnityEngine.Color — No return description is available.
public float ValueData value at this point.
Returns
System.Single — No return description is available.