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

ISCIHlDataSeriesValues

@protocol ISCIHlDataSeriesValues <ISCIXyDataSeriesValues>

Defines the interface to a HL DataSeries values which contains columns of X-Values and Y-Values, High-Values and Low-Values.

  • Gets the High Values of this series

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<ISCIList> _Nonnull highValues;

    Swift

    var highValues: ISCIList { get }
  • Gets the Low Values of this series

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<ISCIList> _Nonnull lowValues;

    Swift

    var lowValues: ISCIList { get }