iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIComparablePoint

@interface SCIComparablePoint : NSObject <NSCopying, NSSecureCoding>

@property (nonatomic, strong) id<ISCIComparable> x;
@property (nonatomic, strong) id<ISCIComparable> y;

- (instancetype)initWithX:(id<ISCIComparable>)x
                        y:(id<ISCIComparable>)y;
@end

Undocumented