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.

  • 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 }