NChartLegendContentAlignment Constants Reference
Declared in | NChartTypes.h |
---|
NChartLegendContentAlignment
The NChartLegendContentAlignment enum provides constants to align the legend’s content in the legend area.
Definition
typedef NS_ENUM(NSInteger, NChartLegendContentAlignment ) {
NChartLegendContentAlignmentLeft,
NChartLegendContentAlignmentCenter,
NChartLegendContentAlignmentJustified,
};
Constants
NChartLegendContentAlignmentLeft
-
Align the content of the legend left.
Declared In
NChartTypes.h
. NChartLegendContentAlignmentCenter
-
Align the content of the legend to the center.
Declared In
NChartTypes.h
. NChartLegendContentAlignmentJustified
-
Align the content of the legend justified.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h