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

SCIAxisLabelAnnotation

@interface SCIAxisLabelAnnotation : SCITextAnnotationBase

The SCIAxisLabelAnnotation provides an axis label which is data-bound to its data X or Y value.

  • Gets axis instance where current SCIAxisLabelAnnotation is placed.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) id<ISCIAxis> axis;

    Swift

    var axis: ISCIAxis? { get }