Retrieves a vector property with the specified name for a given axis.
Value
A named vector containing the property values, with names set to the axis entry names, or the default value if the property doesn't exist
Details
Vector properties store one-dimensional data along an axis, with one value for each entry in the axis. If the vector doesn't exist and default is NA, a vector of NAs with appropriate length is returned. See the Julia documentation for details.