FUIKPIProgressViewSize

public enum FUIKPIProgressViewSize

Enum to determine whether to display the large or small progress circle around the KPIView. Default: FUIKPIProgressViewSize.large

  • Smaller circle. 104px diameter, max label width before shifting below:86px max label width below:122px

    Declaration

    Swift

    case small
  • Larger circle. 130px diameter, max label width before shifting below:94px max beneath label:216px

    Declaration

    Swift

    case large