Angara.Chart


LineY

Namespace: Angara.Charting

Defines positions of data points on vertical axis. It is either an exact values or uncertain values.

Union Cases

Union CaseDescription
UncertainValues(QuantileArray)
Signature: QuantileArray

Values are uncertain and represented as array of quantiles. Quantiles will be displayed as colored bands.

Values(float [])
Signature: float []

An array of real values.

Fork me on GitHub