iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
-
Tries to acquire
ISCIMathfor specified data type.Declaration
Objective-C
+ (nonnull id<ISCIMath>)create:(SCIDataType)dataType;Swift
class func create(_ dataType: SCIDataType) -> any ISCIMathParameters
dataTypeThe target data type.
Return Value
The new math instance for spesified
SCIDataType.
View on GitHub