CWKSaveOption Constants Reference
| Declared in | CWKView.h |
|---|
CWKSaveOption
Definition
typedef NS_OPTIONS(NSUInteger, CWKSaveOption ) {
CWKSaveOptionChartStyle = 1 < < 0,
CWKSaveOptionDurationAndFrequency = 1 < < 1,
CWKSaveOptionSymbol = 1 < < 2,
CWKSaveOptionComparisons = 1 < < 3,
CWKSaveOptionUpperIndicators = 1 < < 4,
CWKSaveOptionLowerIndicators = 1 < < 5,
CWKSaveOptionAnnotations = 1 < < 6,
};
Constants
CWKSaveOptionChartStyle-
Declared In
CWKView.h. CWKSaveOptionDurationAndFrequency-
Declared In
CWKView.h. CWKSaveOptionSymbol-
Declared In
CWKView.h. CWKSaveOptionComparisons-
Declared In
CWKView.h. CWKSaveOptionUpperIndicators-
Declared In
CWKView.h. CWKSaveOptionLowerIndicators-
Declared In
CWKView.h. CWKSaveOptionAnnotations-
Declared In
CWKView.h.