FUIChartLineAttributes

public protocol FUIChartLineAttributes : AnyObject

Undocumented

  • Width of the line in points.

    Declaration

    Swift

    var width: Double { get set }
  • Color of the line.

    Declaration

    Swift

    var color: UIColor { get set }
  • Dash pattern for the line. Specifies the length of painted segments, and the gap between them.

    Declaration

    Swift

    var dashPattern: (length: Int, gap: Int)? { get set }
  • Indicates whether the lines should be displayed or not.

    Declaration

    Swift

    var isHidden: Bool { get set }