iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIStyleBase
@interface SCIStyleBase<T : id <ISCISuspendable>> : NSObject <ISCIStyle>
An abstract base class for style objects throughout SciChart.
Note
T Is the type of styleable object.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Creates a new instance of
SCIStyleBaseclass.Declaration
Objective-C
- (nonnull instancetype)initWithStyleableType: (nonnull Class)styleableObjectType;Swift
init(styleableType styleableObjectType: AnyClass)Parameters
styleableObjectTypeThe type of the target styleable object.
View on GitHub