FUIChartCategoryAxis
public class FUIChartCategoryAxis : FUIChartAxis
FUIChartCategoryAxis contains properties of the axes for categorical collections of values.
All chart types have at most a single category axis.
The position and orientation of the category axis depends on the chart type. For example:
- Bar charts display the category axis as the Y axis.
- Line, column, and combo charts display the category axis as the X axis.
-
Defines the manner in which labels will be presented when they are provided by the data source, and not hidden.
Declaration
Swift
public var labelLayoutStyle: FUIChartCategoryAxisLabelLayoutStyle { get set }