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

ISCIDateAxis

@protocol ISCIDateAxis <ISCIAxisCore>

Defines a base interface for all date axes used throughout the SciChart SDK.

  • Gets or sets the Text Formatting String used for Axis Tick Labels when the range of the axis is sub-day.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *subDayTextFormatting;

    Swift

    var subDayTextFormatting: String { get set }