iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAnnotationCreationType
NS_ENUM(NSInteger, SCIAnnotationCreationType) {
SCIAnnotationCreationTypeXAbcd,
SCIAnnotationCreationTypePitchFork,
SCIAnnotationCreationTypeFreehandDrawing,
SCIAnnotationCreationTypeExtendedLine,
SCIAnnotationCreationTypeFibonacciRetracement,
SCIAnnotationCreationTypeMeasure,
SCIAnnotationCreationTypeStopLossTakeProfit,
}
Undocumented
-
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeXAbcdSwift
case xAbcd = 0 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypePitchForkSwift
case pitchFork = 1 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeFreehandDrawingSwift
case freehandDrawing = 2 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeExtendedLineSwift
case extendedLine = 3 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeFibonacciRetracementSwift
case fibonacciRetracement = 4 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeMeasureSwift
case measure = 5 -
Undocumented
Declaration
Objective-C
SCIAnnotationCreationTypeStopLossTakeProfitSwift
case stopLossTakeProfit = 6
View on GitHub