MURadarGraphStyle

public enum MURadarGraphStyle : Int

Define the style of the radar graph’s background.

  • Circular draw cirles on each step values.

    Declaration

    Swift

    case circular
  • SpiderWeb draw lines on each step values.

    Declaration

    Swift

    case spiderWeb