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 } -
Developer formatted
NSAttributedStringto display as title for values axis. Will overridevaluesAxisTitlevalue, and default styling.Declaration
Swift
var valuesAxisTitleAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
valuesAxisTitlepropertyDeclaration
Swift
var valuesAxisTitleStyleClassPath: [FioriStyle] { get set } -
Title for “secondary values” axis. Except for horizontal bar charts.
Declaration
Swift
var secondaryValuesAxisTitle: FUIText { get } -
Developer formatted
NSAttributedStringto display as title for secondary values axis. Will overridesecondaryValueAxisTitlevalue, and default styling.Declaration
Swift
var secondaryValuesAxisTitleAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
secondaryValueAxisTitlepropertyDeclaration
Swift
var secondaryValuesAxisTitleStyleClassPath: [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 } -
Developer formatted
NSAttributedStringto display as the categories axis title. Will overridecategoryAxisTitlevalue, and default styling.Declaration
Swift
var categoryAxisTitleAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
categoryAxisTitlepropertyDeclaration
Swift
var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }
-
valuesAxisTitleStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
valuesAxisTitlepropertyDeclaration
Swift
public var valuesAxisTitleStyleClassPath: [FioriStyle] { get set } -
categoryAxisTitleStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
categoryAxisTitlepropertyDeclaration
Swift
public var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }
-
valuesAxisTitleAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the axisTitleDeclaration
Swift
public var valuesAxisTitleAttributedText: NSAttributedString! { get set } -
secondaryValuesAxisTitleAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the axisTitleDeclaration
Swift
public var secondaryValuesAxisTitleAttributedText: NSAttributedString! { get set } -
categoryAxisTitleAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the axisTitleDeclaration
Swift
public var categoryAxisTitleAttributedText: NSAttributedString! { get set }