FUIChartGridlineAttributes

public class FUIChartGridlineAttributes : FUIChartLineAttributes

Gridline properties for an Axis.

  • Declaration

    Swift

    public var width: Double { get set }
  • Declaration

    Swift

    public var color: UIColor { get set }
  • Declaration

    Swift

    public var dashPattern: (length: Int, gap: Int)? { get set }
  • Declaration

    Swift

    public var isHidden: Bool { get set }