Angara.Chart


MarkersColor

Namespace: Angara.Charting

Defines colors of markers. It can be a single color, or an array of real values bound to a color palette, or an array of uncertain values.

Union Cases

Union CaseDescription
UncertainValues(QuantileArray)
Signature: QuantileArray

Markers are rendered as 'bull-eyes' when combination of two colors indicates level of uncertainty.

Value(string)
Signature: string

All markers are rendered using this color.

Values(float [])
Signature: float []

Marker colors are bound to these values through color palette.

Fork me on GitHub