PolylineTopology
public struct PolylineTopologyOne 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.
Fields
Section titled “Fields”
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexNo description is available for this member.
Returns
System.Int32 — No return description is available.
MarkIndices
Section titled “MarkIndices”public List<int> MarkIndicesIndices into ChartGuru.MarkShapeBatch.Marks in draw order.
Returns
System.Collections.Generic.List{System.Int32} — No return description is available.
StrokeColor
Section titled “StrokeColor”public Color StrokeColorNo description is available for this member.
Returns
UnityEngine.Color — No return description is available.
StrokeWidth
Section titled “StrokeWidth”public float StrokeWidthNo description is available for this member.
Returns
System.Single — No return description is available.
HasFill
Section titled “HasFill”public bool HasFillNo description is available for this member.
Returns
System.Boolean — No return description is available.
FillColor
Section titled “FillColor”public Color FillColorNo description is available for this member.
Returns
UnityEngine.Color — No return description is available.
FillAlpha
Section titled “FillAlpha”public float FillAlphaNo description is available for this member.
Returns
System.Single — No return description is available.
BaselineY
Section titled “BaselineY”public float BaselineYNo description is available for this member.
Returns
System.Single — No return description is available.