Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
CPTConstraints abstract methods—must be overridden by subclasses. More...
#import <CPTConstraints.h>
Public Instance Methods | |
(CGFloat) | - positionForLowerBound:upperBound: [implementation] |
Compute the position given a range of values. More... | |
Comparison | |
(BOOL) | - isEqualToConstraint: |
Determines whether a given constraint is equal to the receiver. More... | |
Position | |
(CGFloat) | - positionForLowerBound:upperBound: |
CPTConstraints abstract methods—must be overridden by subclasses.
- (BOOL) isEqualToConstraint: | (nullable CPTConstraints *) | otherConstraint |
Determines whether a given constraint is equal to the receiver.
otherConstraint | The constraint to check. |
Extends class CPTConstraints.
|
implementation |
Compute the position given a range of values.
lowerBound | The lower bound; must be less than or equal to the upperBound . |
upperBound | The upper bound; must be greater than or equal to the lowerBound . |
Extends class CPTConstraints.
Extends class CPTConstraints.