iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISeriesInfoProviderBase
@interface SCISeriesInfoProviderBase<
TRenderableSeries : id <ISCIRenderableSeries>,
TSeriesInfo : SCISeriesInfo *>
: SCIRenderableSeriesProviderBase <TRenderableSeries>
<ISCISeriesInfoProvider>
Defines a base class for ISCISeriesInfoProvider implementors.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Creates a new instance of
SCIDefaultXySeriesInfoProviderclass.Declaration
Objective-C
- (nonnull instancetype)initWithRenderableSeriesType: (nonnull Class)renderableSeriesType;Swift
init(renderableSeriesType: AnyClass)Parameters
renderableSeriesTypeThe type of supported renderable series
View on GitHub