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
MarkIndex
Section titled “MarkIndex”public int MarkIndexMark index this point represents.
Returns
System.Int32
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexSeries index this point belongs to.
Returns
System.Int32
public Color ColorColor of the point.
Returns
UnityEngine.Color
public float ValueData value at this point.
Returns
System.Single