iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIAnnotationCreationType

NS_ENUM(NSInteger, SCIAnnotationCreationType) {
    SCIAnnotationCreationTypeXAbcd,
    SCIAnnotationCreationTypePitchFork,
    SCIAnnotationCreationTypeFreehandDrawing,
    SCIAnnotationCreationTypeExtendedLine,
    SCIAnnotationCreationTypeFibonacciRetracement,
    SCIAnnotationCreationTypeMeasure,
    SCIAnnotationCreationTypeStopLossTakeProfit,
}

Undocumented