NChartLegendBlockAlignment Constants Reference
Declared in | NChartTypes.h |
---|
NChartLegendBlockAlignment
The NChartLegendBlockAlignment enum provides constants for different predefined positions of the legend on the screen.
Definition
typedef NS_ENUM(NSInteger, NChartLegendBlockAlignment ) {
NChartLegendBlockAlignmentTopLeft,
NChartLegendBlockAlignmentTopCenter,
NChartLegendBlockAlignmentTopRight,
NChartLegendBlockAlignmentCenterLeft,
NChartLegendBlockAlignmentCenterCenter,
NChartLegendBlockAlignmentCenterRight,
NChartLegendBlockAlignmentBottomLeft,
NChartLegendBlockAlignmentBottomCenter,
NChartLegendBlockAlignmentBottomRight,
NChartLegendBlockAlignmentLeft,
NChartLegendBlockAlignmentRight,
NChartLegendBlockAlignmentBottom,
NChartLegendBlockAlignmentTop,
};
Constants
NChartLegendBlockAlignmentTopLeft
-
Legend is in the top left corner of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentTopCenter
-
Legend is in the center on the top of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentTopRight
-
Legend is in the top right corner of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentCenterLeft
-
Legend is on the left in the middle of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentCenterCenter
-
Legend is in the center of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentCenterRight
-
Legend is on the right in the middle of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentBottomLeft
-
Legend is in the bottom left corner of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentBottomCenter
-
Legend is in the center on the bottom of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentBottomRight
-
Legend is in the bottom right corner of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentLeft
-
Legend fills the whole left area of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentRight
-
Legend fills the whole right area of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentBottom
-
Legend fills the whole bottom area of the screen.
Declared In
NChartTypes.h
. NChartLegendBlockAlignmentTop
-
Legend fills the whole top area of the screen.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h