ChartIQChartAggregationType

@objc
public enum ChartIQChartAggregationType : Int

Chart aggregation type.

  • The heikinashi option.

    Declaration

    Swift

    case heikinashi
  • The kagi option.

    Declaration

    Swift

    case kagi
  • The linebreak option.

    Declaration

    Swift

    case linebreak
  • The renko option.

    Declaration

    Swift

    case renko
  • The rangebars option.

    Declaration

    Swift

    case rangebars
  • The pandf option.

    Declaration

    Swift

    case pandf
  • Chart aggregation type string value.

    Declaration

    Swift

    public var stringValue: String { get }
  • Chart aggregation type display name.

    Declaration

    Swift

    public var displayName: String { get }
  • Init chart aggregation type with string value.

    Declaration

    Swift

    public init?(stringValue: String)

    Parameters

    stringValue

    The String Object.