Axis

@objc
open class Axis : NSObject

Identifies diagram axes.

  • X

    The X-axis.

    Declaration

    Swift

    open class var X: Int { get }
  • Y

    The Y-axis.

    Declaration

    Swift

    open class var Y: Int { get }