ChartIQLayer

@objc
public enum ChartIQLayer : Int

Chart layer.

  • top

    The top option.

    Declaration

    Swift

    case top
  • up

    The up option.

    Declaration

    Swift

    case up
  • The back option.

    Declaration

    Swift

    case back
  • The bottom option.

    Declaration

    Swift

    case bottom
  • Chart layer string value.

    Declaration

    Swift

    public var stringValue: String { get }