Lists the values that specify the available title alignments.
typedef NS_ENUM(NSInteger, DXAxisTitleAlignment) {
DXAxisTitleAlignmentNear = 0,
DXAxisTitleAlignmentCenter = 1,
DXAxisTitleAlignmentFar = 2,
DXAxisTitleAlignmentOutside = 3,
}
Name | Description |
---|---|
DXAxisTitleAlignmentCenter | The title is at the axis's center.
|
DXAxisTitleAlignmentFar | The title is at the axis's maximum value.
|
DXAxisTitleAlignmentNear | The title is at the axis's minimum value.
|
DXAxisTitleAlignmentOutside | The title is at the axis's maximum value, outside axis bounds.
|
The DXAxisTitle.alignment property uses this enumeration's values.