MURadarGraphBackground

final internal class MURadarGraphBackground : UIImageView

Class that handle radar graph background view

  • Define the view inset

    Declaration

    Swift

    internal var viewInset: CGFloat { get set }
  • Define the spoke line thickness

    Declaration

    Swift

    internal var spokeLineThickness: CGFloat { get set }
  • Define the spoke line color

    Declaration

    Swift

    internal var spokeLineColor: UIColor { get set }
  • Define the spoke line pattern

    Declaration

    Swift

    internal var spokeLinePattern: [CGFloat] { get set }
  • Define the spokes title

    Declaration

    Swift

    internal var spokeTitles: [String] { get set }
  • Define the spokes title font

    Declaration

    Swift

    internal var spokeTitleFont: UIFont { get set }
  • Define the spokes title color

    Declaration

    Swift

    internal var spokeTitleColor: UIColor { get set }
  • Define the spokes title horizontal offset

    Declaration

    Swift

    internal var spokeTitleHorizontalOffset: CGFloat { get set }
  • Define the spokes title vertical offset

    Declaration

    Swift

    internal var spokeTitleVerticalOffset: CGFloat { get set }
  • Define the graph style

    Declaration

    Swift

    internal var style: MURadarGraphStyle { get set }
  • Define the background lines

    Declaration

    Swift

    internal var backgroundLines: [MURadarGraphBackgroundLine] { get set }
  • Define the dot graph radius

    Declaration

    Swift

    internal var dotRadius: CGFloat { get set }
  • Define the dot line thickness

    Declaration

    Swift

    internal var dotLineThickness: CGFloat { get set }
  • Define the dot line color

    Declaration

    Swift

    internal var dotLineColor: UIColor { get set }
  • Define the dot color

    Declaration

    Swift

    internal var dotFillColor: UIColor { get set }
  • Lays out subviews.

    Declaration

    Swift

    override internal func layoutSubviews()