Skip to content

PolylineTopology

StructChartGuruChartGuru
public struct PolylineTopology

One series-level polyline (line chart series, area chart series). Tracks the marks the line connects (by reference into ChartGuru.MarkShapeBatch.Marks) plus the visual style needed to draw the connecting stroke / fill.

public int SeriesIndex

No description is available for this member.

Returns

System.Int32 — No return description is available.

public List<int> MarkIndices

Indices into ChartGuru.MarkShapeBatch.Marks in draw order.

Returns

System.Collections.Generic.List{System.Int32} — No return description is available.

public Color StrokeColor

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

public float StrokeWidth

No description is available for this member.

Returns

System.Single — No return description is available.

public bool HasFill

No description is available for this member.

Returns

System.Boolean — No return description is available.

public Color FillColor

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

public float FillAlpha

No description is available for this member.

Returns

System.Single — No return description is available.

public float BaselineY

No description is available for this member.

Returns

System.Single — No return description is available.