FUIAxisTitleComponent
public protocol FUIAxisTitleComponent : FUIAttributesConsumer
Component protocol for Axis Titles properties
-
Title for
values
axis. Typically they-axis
, except in horizontal bar charts.Declaration
Swift
var valuesAxisTitle: FUIText { get }
-
valuesAxisTitleAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as title for values axis. Will overridevaluesAxisTitle
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the axisTitleDeclaration
Swift
var valuesAxisTitleAttributedText: NSAttributedString! { get set }
-
valuesAxisTitleStyleClassPath
Default implementationNUIStyleClassPath for
valuesAxisTitle
propertyDefault Implementation
NUIStyleClassPath for
valuesAxisTitle
propertyDeclaration
Swift
var valuesAxisTitleStyleClassPath: [FioriStyle] { get set }
-
Title for
categories
axis. Typically thex-axis
, except in horizontal bar charts, where it is they-axis
.Declaration
Swift
var categoryAxisTitle: FUIText { get }
-
categoryAxisTitleAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the categories axis title. Will overridecategoryAxisTitle
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the axisTitleDeclaration
Swift
var categoryAxisTitleAttributedText: NSAttributedString! { get set }
-
categoryAxisTitleStyleClassPath
Default implementationNUIStyleClassPath for
categoryAxisTitle
propertyDefault Implementation
NUIStyleClassPath for
categoryAxisTitle
propertyDeclaration
Swift
var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }