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

ISCIValues

@protocol ISCIValues <ISCICleanable>

Defines the base protocol for values.

  • Gets of sets the count of values.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger count;

    Swift

    var count: Int { get set }