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 SeriesIndexReturns
System.Int32
MarkIndices
Section titled “MarkIndices”public List<int> MarkIndicesIndices into ChartGuru.MarkShapeBatch.Marks in draw order.
Returns
System.Collections.Generic.List{System.Int32}
StrokeColor
Section titled “StrokeColor”public Color StrokeColorReturns
UnityEngine.Color
StrokeWidth
Section titled “StrokeWidth”public float StrokeWidthReturns
System.Single
HasFill
Section titled “HasFill”public bool HasFillReturns
System.Boolean
FillColor
Section titled “FillColor”public Color FillColorReturns
UnityEngine.Color
FillAlpha
Section titled “FillAlpha”public float FillAlphaReturns
System.Single
BaselineY
Section titled “BaselineY”public float BaselineYReturns
System.Single