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

SCIPaletteProviderBase

@interface SCIPaletteProviderBase<T : id <ISCIRenderableSeries>>
    : SCIRenderableSeriesProviderBase <T> <ISCIPaletteProvider>

An abstract base class for ISCIPaletteProvider implementors.

Warning

Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.
  • Reserved color which is used when need to discard palette provider for some points.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) unsigned int defaultColor;

    Swift

    class var defaultColor: UInt32 { get }