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

SCIXyzSeriesInfo

@interface SCIXyzSeriesInfo : SCISeriesInfo

Defines Series Info class for SCIXyzRenderableSeriesBase.

  • The parent renderable series.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIXyzRenderableSeriesBase *_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;
  • The Z-Value at the hit-test site.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) id<ISCIComparable> zValue;
  • 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;
  • Gets the formatted zValue.

    Declaration

    Objective-C

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