SubtitleAndTrendDisplayMode

public enum SubtitleAndTrendDisplayMode

The display mode for subtitle and trend components when both components are set.

  • Displays both subtitle and trend, when both are set.

    Declaration

    Swift

    case both
  • Displays only the subtitle component when both subtitle and trend are set.

    Declaration

    Swift

    case subtitle
  • Displays only the trend component when both subtitle and trend are set.

    Declaration

    Swift

    case trend