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

SCIXySeriesInfo

@interface SCIXySeriesInfo : SCISeriesInfo

Defines Series Info class for SCIXyRenderableSeriesBase.

  • The parent renderable series.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIXyRenderableSeriesBase *_Nonnull renderableSeries;
  • The X Value at the hit-test site.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) id<ISCIComparable> xValue;
  • The Y Value at the hit-test site.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) id<ISCIComparable> yValue;
  • Gets the formatted xValue.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;
  • Gets the formatted yValue.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedYValue;