FUIAxisTitleComponent

public protocol FUIAxisTitleComponent : FUIAttributesConsumer

Component protocol for Axis Titles properties

  • Title for values axis. Typically the y-axis, except in horizontal bar charts.

    Declaration

    Swift

    var valuesAxisTitle: FUIText { get }
  • valuesAxisTitleAttributedText Default implementation

    Developer formatted NSAttributedString to display as title for values axis. Will override valuesAxisTitle value, and default styling.

    Default Implementation

    Developer formatted NSAttributedString to display as the axisTitle

    Declaration

    Swift

    var valuesAxisTitleAttributedText: NSAttributedString! { get set }
  • valuesAxisTitleStyleClassPath Default implementation

    NUIStyleClassPath for valuesAxisTitle property

    Default Implementation

    NUIStyleClassPath for valuesAxisTitle property

    Declaration

    Swift

    var valuesAxisTitleStyleClassPath: [FioriStyle] { get set }
  • Title for categories axis. Typically the x-axis, except in horizontal bar charts, where it is the y-axis.

    Declaration

    Swift

    var categoryAxisTitle: FUIText { get }
  • categoryAxisTitleAttributedText Default implementation

    Developer formatted NSAttributedString to display as the categories axis title. Will override categoryAxisTitle value, and default styling.

    Default Implementation

    Developer formatted NSAttributedString to display as the axisTitle

    Declaration

    Swift

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

    NUIStyleClassPath for categoryAxisTitle property

    Default Implementation

    NUIStyleClassPath for categoryAxisTitle property

    Declaration

    Swift

    var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }