FUIChartLabelAttributes
public class FUIChartLabelAttributes
Attributes for the different labels presented in a chart.
Currently used internally for FUIChartAxis.titleLabel and FUIChartAxis.labels.
Internal properties: fontSize, fontWeight, offset and colorHasAlphaComponent.
-
Size of the label font in points.
Declaration
Swift
public var fontSize: Double { get set } -
Text color for the label.
Declaration
Swift
public var color: UIColor { get set } -
True when the associated label(s) should be hidden.
Declaration
Swift
public var isHidden: Bool { get set } -
Text font for the label.
Declaration
Swift
public var font: UIFont? { get set } -
Text background color for the label.
Declaration
Swift
public var backgroundColor: UIColor? { get set }