Skip to content

PointGeometry

StructChartGuruChartGuru
public struct PointGeometry

Screen-space geometry for a single point.

public Vector2 Position

Screen position of the point.

Returns

UnityEngine.Vector2

public int MarkIndex

Mark index this point represents.

Returns

System.Int32

public int SeriesIndex

Series index this point belongs to.

Returns

System.Int32

public Color Color

Color of the point.

Returns

UnityEngine.Color

public float Value

Data value at this point.

Returns

System.Single