Returns a value range initialized using the specified value for both minimumValue and
maximumValue. This is useful for plotting data points that model a single value with no range.
Returns a value range initialized using the ORKDoubleInvalidValue value for both minimumValue
and maximumValue. This denotes an unset or invalid value range. It is useful, for example, for
representing unavailable data in discontinous graph chart plots.
- (instancetype)init
Return Value
A value range object initialized with the ORKDoubleInvalidValue value.