FUIAxisTitleComponent

public protocol FUIAxisTitleComponent : FUIAttributesConsumer

Component protocol for Axis Titles properties

  • valuesAxisTitleStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for valuesAxisTitle property

    Declaration

    Swift

    public var valuesAxisTitleStyleClassPath: [FioriStyle] { get set }
  • categoryAxisTitleStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for categoryAxisTitle property

    Declaration

    Swift

    public var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }
  • valuesAxisTitleAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the axisTitle

    Declaration

    Swift

    public var valuesAxisTitleAttributedText: NSAttributedString! { get set }
  • Default Implementation

    Developer formatted NSAttributedString to display as the axisTitle

    Declaration

    Swift

    public var secondaryValuesAxisTitleAttributedText: NSAttributedString! { get set }
  • categoryAxisTitleAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the axisTitle

    Declaration

    Swift

    public var categoryAxisTitleAttributedText: NSAttributedString! { get set }