Angara.Chart


LineX

Namespace: Angara.Charting

Defines positions of data points on horizontal axis. It can be an array of real values.

Union Cases

Union CaseDescription
Indices
Signature:

Indicates that positions are indices of the LineY array.

Values(float [])
Signature: float []
Fork me on GitHub