
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
-
Tries to acquire
ISCIMath
for specified data type.Declaration
Objective-C
+ (nonnull id<ISCIMath>)create:(SCIDataType)dataType;
Parameters
dataType
The target data type.
Return Value
The new math instance for spesified
SCIDataType
.