MURadarGraphChart

final internal class MURadarGraphChart : UIImageView

Class that handle radar graph view

  • Define the chart view inset

    Declaration

    Swift

    internal var viewInset: CGFloat { get set }
  • Define the graph datas

    Declaration

    Swift

    internal var data: MURadarGraphData? { get set }
  • Define the chart border width

    Declaration

    Swift

    internal var chartBorderWidth: CGFloat { get set }
  • Lays out subviews.

    Declaration

    Swift

    override internal func layoutSubviews()