MURadarGraphBackgroundLine

public final class MURadarGraphBackgroundLine : NSObject

Undocumented

  • Define the radar graph’s background line fill color

    Declaration

    Swift

    public var fillColor: UIColor
  • Define the radar graph’s background line stroke color

    Declaration

    Swift

    public var strokeColor: UIColor
  • Define the radar graph’s background line thickness

    Declaration

    Swift

    public var strokeThickness: CGFloat
  • Init radar graph background line style with default values

    Declaration

    Swift

    public convenience init(fillColor: UIColor = .clear,
                            strokeColor: UIColor = .white,
                            strokeThickness: CGFloat = 0.0)