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

Returns

System.Int32

public List<int> MarkIndices

Indices into ChartGuru.MarkShapeBatch.Marks in draw order.

Returns

System.Collections.Generic.List{System.Int32}

public Color StrokeColor

Returns

UnityEngine.Color

public float StrokeWidth

Returns

System.Single

public bool HasFill

Returns

System.Boolean

public Color FillColor

Returns

UnityEngine.Color

public float FillAlpha

Returns

System.Single

public float BaselineY

Returns

System.Single