NChartMarkerShape Constants Reference
Declared in | NChartTypes.h |
---|
NChartMarkerShape
The NChartMarkerShape enum provides constants for markers' shapes.
Definition
typedef NS_ENUM(NSInteger, NChartMarkerShape ) {
NChartMarkerShapeNone,
NChartMarkerShapeCircle,
NChartMarkerShapeSphere,
NChartMarkerShapeModel,
};
Constants
NChartMarkerShapeNone
-
Do not display the marker.
Declared In
NChartTypes.h
. NChartMarkerShapeCircle
-
Display a plain circle.
Declared In
NChartTypes.h
. NChartMarkerShapeSphere
-
Display a volumetric sphere.
Declared In
NChartTypes.h
. NChartMarkerShapeModel
-
Display a custom 3D model.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h