NChartTexturePosition Constants Reference
Declared in | NChartTypes.h |
---|
NChartTexturePosition
The NChartTexturePosition enum provides constants that control position of texture.
Definition
typedef NS_ENUM(NSUInteger, NChartTexturePosition ) {
NChartTexturePositionTopLeftCorner,
NChartTexturePositionCenter,
NChartTexturePositionScale,
NChartTexturePositionScaleKeepMinAspect,
NChartTexturePositionScaleKeepMaxAspect,
};
Constants
NChartTexturePositionTopLeftCorner
-
Position texture in the top left corner of the area.
Declared In
NChartTypes.h
. NChartTexturePositionCenter
-
Position texture at the center of the area.
Declared In
NChartTypes.h
. NChartTexturePositionScale
-
Scale texture to fill the whole area.
Declared In
NChartTypes.h
. NChartTexturePositionScaleKeepMinAspect
-
Scale texture keeping aspect so, that it fits in the area.
Declared In
NChartTypes.h
. NChartTexturePositionScaleKeepMaxAspect
-
Scale texture keeping aspect so, that it covers the whole area.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h