objectType BinnedAxis
extends Axis
Axis description for binned data, where values along the axis correspond to a bin number.
classDiagram
class BinnedAxis{
ivoa:nonnegativeInteger length
}
BinnedAxis --|> Axis
link Axis "../Axis"
Members
name | type | mult | description |
---|---|---|---|
length | ivoa:nonnegativeInteger | The length, or number of bins, along the axis. |
Containment
This is contained by CoordSpace