Instance Method
coordinate(forAxisId:)coordinateForAxisId:coordinateForAxisId_
Returns an explicit Intermediate-layer coordinate, or NSNotFound when no coordinate is set for the axis.
Declaration
func coordinate(forAxisId axisId: String) -> CGFloatDeclaration
- (CGFloat) coordinateForAxisId:(NSString *) axisId;Declaration
coordinateForAxisId_(axisId: str) -> floatParameters
axisIdThe axis identifier.
See Also
Intermediate Layers
Explicit Intermediate-layer coordinates keyed by axis ID.
Axes represented by Intermediate-layer coordinates.
Copies explicit Intermediate-layer coordinates into an axis-value buffer.
Copies the internal values for the requested axes into a buffer.
A stable key describing the complete Intermediate-layer location.
A display description of the explicit Intermediate-layer coordinates.