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 SCIStyleBase class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithStyleableType:
        (nonnull Class)styleableObjectType;

    Swift

    init(styleableType styleableObjectType: AnyClass)

    Parameters

    styleableObjectType

    The type of the target styleable object.