NChartCaptionBlockAlignment Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartCaptionBlockAlignment
The NChartCaptionBlockAlignment enum provides constants to control position of the caption’s block.
Definition
typedef NS_ENUM(NSUInteger, NChartCaptionBlockAlignment ) {
NChartCaptionBlockAlignmentTopLeft,
NChartCaptionBlockAlignmentTopCenter,
NChartCaptionBlockAlignmentTopRight,
NChartCaptionBlockAlignmentBottomLeft,
NChartCaptionBlockAlignmentBottomCenter,
NChartCaptionBlockAlignmentBottomRight,
};
Constants
NChartCaptionBlockAlignmentTopLeft-
Align caption in the top left corner.
Declared In
NChartTypes.h. NChartCaptionBlockAlignmentTopCenter-
Align caption at the center on the top of the screen.
Declared In
NChartTypes.h. NChartCaptionBlockAlignmentTopRight-
Align caption in the top right corner.
Declared In
NChartTypes.h. NChartCaptionBlockAlignmentBottomLeft-
Align caption in the bottom left corner.
Declared In
NChartTypes.h. NChartCaptionBlockAlignmentBottomCenter-
Align caption at the center on the bottom of the screen.
Declared In
NChartTypes.h. NChartCaptionBlockAlignmentBottomRight-
Align caption in the bottom right corner.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h