iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
Other Constants
The following constants are available globally.
-
Provides reuse identifier for
ISCILegendItem.Declaration
Objective-C
extern NSString *const _Nonnull LegendItemReuseIdentifierSwift
let LegendItemReuseIdentifier: String -
Constant indicating that no alignment has been set.
Declaration
Objective-C
static const int NoAlignment = 0x0000Swift
let NoAlignment: Int32 -
Raw bit indicating that alignment for an axis has been specified.
Declaration
Objective-C
static const int AxisSpecified = 0x0001Swift
let AxisSpecified: Int32 -
Raw bit controlling how the
left/topedge is placed.Declaration
Objective-C
static const int AxisStart = 0x0002Swift
let AxisStart: Int32 -
Raw bit controlling how the right/bottom edge is placed.
Declaration
Objective-C
static const int AxisEnd = 0x0004Swift
let AxisEnd: Int32 -
Bits defining the horizontal axis.
Declaration
Objective-C
static const int XAxisShift = 0Swift
let XAxisShift: Int32 -
Bits defining the vertical axis.
Declaration
Objective-C
static const int YAxisShift = 4Swift
let YAxisShift: Int32 -
Binary mask to get the absolute horizontal alignment of a
SCIAlignment.Declaration
Objective-C
static const int SCIHorizontalAlignmentMask = (AxisSpecified | AxisStart | AxisEnd) << XAxisShiftSwift
let SCIHorizontalAlignmentMask: Int32 -
Binary mask to get the vertical alignment of a
SCIAlignment.Declaration
Objective-C
static const int SCIVerticalAlignmentMask = (AxisSpecified | AxisStart | AxisEnd) << YAxisShiftSwift
let SCIVerticalAlignmentMask: Int32 -
Defines index for resizing grip placed at (x1, y1) coordinate
Declaration
Objective-C
static const SCIAnnotationPointIndex SCIAnnotationPointIndexX1Y1Index = 0b00Swift
static let x1Y1Index: SCIAnnotationPointIndex -
Defines index for resizing grip placed at (x1, y2) coordinate
Declaration
Objective-C
static const SCIAnnotationPointIndex SCIAnnotationPointIndexX1Y2Index = 0b01Swift
static let x1Y2Index: SCIAnnotationPointIndex -
Defines index for resizing grip placed at (x2, y1) coordinate
Declaration
Objective-C
static const SCIAnnotationPointIndex SCIAnnotationPointIndexX2Y1Index = 0b10Swift
static let x2Y1Index: SCIAnnotationPointIndex -
Defines index for resizing grip placed at (x2, y2) coordinate
Declaration
Objective-C
static const SCIAnnotationPointIndex SCIAnnotationPointIndexX2Y2Index = 0b11Swift
static let x2Y2Index: SCIAnnotationPointIndex -
Proivdes default size of AxisArea
Declaration
Objective-C
extern const CGFloat SCIDefaultAxisAreaSizeSwift
let SCIDefaultAxisAreaSize: CGFloat -
Gets the default animation duration for
SCIChartModifierCoreancestors.Declaration
Objective-C
extern const NSTimeInterval SCI_DEFAULT_ANIMATION_DURATIONSwift
let SCI_DEFAULT_ANIMATION_DURATION: TimeInterval -
Defines the
Keyfor theBlackSteeltheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeBlackSteel = @"SCIChartThemeBlackSteel"Swift
static let blackSteel: SCIChartTheme -
Defines the
Keyfor theSciChartv4Darktheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeV4Dark = @"SCIChartThemeV4Dark"Swift
static let v4Dark: SCIChartTheme -
Defines the
Keyfor theBright_Sparktheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeBrightSpark = @"SCIChartThemeBrightSpark"Swift
static let brightSpark: SCIChartTheme -
Defines the
Keyfor theChrometheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeChrome = @"SCIChartThemeChrome"Swift
static let chrome: SCIChartTheme -
Defines the
Keyfor theElectrictheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeElectric = @"SCIChartThemeElectric"Swift
static let electric: SCIChartTheme -
Defines the
Keyfor theExpressionLighttheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeExpressionLight = @"SCIChartThemeExpressionLight"Swift
static let expressionLight: SCIChartTheme -
Defines the
Keyfor theOscilloscopetheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeOscilloscope = @"SCIChartThemeOscilloscope"Swift
static let oscilloscope: SCIChartTheme -
Defines the
Keyfor theExpressionDarktheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeExpressionDark = @"SCIChartThemeExpressionDark"Swift
static let expressionDark: SCIChartTheme -
Defines the
Keyfor theSCIChartThemeNavytheme in SciChart.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeNavy = @"SCIChartThemeNavy"Swift
static let navy: SCIChartTheme -
Defines the
Keyfor the default theme in SciChart. Which isSCIChartThemeV4Dark.Declaration
Objective-C
static const SCIChartTheme SCIChartThemeDefault = @"SCIChartThemeV4Dark"Swift
static let `default`: SCIChartTheme -
Deprecated
Please use SCIChartThemeBlackSteel instead
Defines the
Keyfor theBlackSteeltheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_BlackSteelStyleKey = SCIChartThemeBlackSteelSwift
let SCIChart_BlackSteelStyleKey: String -
Deprecated
Please use SCIChartThemeV4Dark instead
Defines the
Keyfor theSciChartv4Darktheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_SciChartv4DarkStyleKey = SCIChartThemeV4DarkSwift
let SCIChart_SciChartv4DarkStyleKey: String -
Deprecated
Please use SCIChartThemeBrightSpark instead
Defines the
Keyfor theBright_Sparktheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_Bright_SparkStyleKey = SCIChartThemeBrightSparkSwift
let SCIChart_Bright_SparkStyleKey: String -
Deprecated
Please use SCIChartThemeChrome instead
Defines the
Keyfor theChrometheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_ChromeStyleKey = SCIChartThemeChromeSwift
let SCIChart_ChromeStyleKey: String -
Deprecated
Please use SCIChartThemeElectric instead
Defines the
Keyfor theElectrictheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_ElectricStyleKey = SCIChartThemeElectricSwift
let SCIChart_ElectricStyleKey: String -
Deprecated
Please use SCIChartThemeExpressionLight instead
Defines the
Keyfor theExpressionLighttheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_ExpressionLightStyleKey = SCIChartThemeExpressionLightSwift
let SCIChart_ExpressionLightStyleKey: String -
Deprecated
Please use SCIChartThemeOscilloscope instead
Defines the
Keyfor theOscilloscopetheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_OscilloscopeStyleKey = SCIChartThemeOscilloscopeSwift
let SCIChart_OscilloscopeStyleKey: String -
Deprecated
Please use SCIChartThemeExpressionDark instead
Defines the
Keyfor theExpressionDarktheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_ExpressionDarkStyleKey = SCIChartThemeExpressionDarkSwift
let SCIChart_ExpressionDarkStyleKey: String -
Deprecated
Please use SCIChartThemeNavy instead
Defines the
Keyfor theSCIChartThemeNavytheme in SciChart.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_SCIChartThemeNavyStyleKey = SCIChartThemeNavySwift
let SCIChart_SCIChartThemeNavyStyleKey: String -
Deprecated
Please use SCIChartThemeDefault instead
Defines the
Keyfor the default theme in SciChart. Which isSCIChartThemeNavy.Declaration
Objective-C
static __deprecated_msg NSString *const SCIChart_DefaultThemeKey = SCIChartThemeNavySwift
let SCIChart_DefaultThemeKey: String -
Provides default capacity for dataSeries underlying arrays
Declaration
Objective-C
static const int DefaultSize = 128Swift
let DefaultSize: Int32 -
Provides date minimum seconds value
Declaration
Objective-C
extern const double DateMinSecondsValueSwift
let DateMinSecondsValue: Double -
Provides date maximum seconds value.
Declaration
Objective-C
extern const double DateMaxSecondsValueSwift
let DateMaxSecondsValue: Double -
Provides date minimum ticks value
Declaration
Objective-C
extern const long DateMinTicksValueSwift
let DateMinTicksValue: Int -
Provides date maximum ticks value.
Declaration
Objective-C
extern const long DateMaxTicksValueSwift
let DateMaxTicksValue: Int -
Provides minimum Minor Delta Value.
Declaration
Objective-C
extern const double p_SCI_MinMinorDeltaValueSwift
let p_SCI_MinMinorDeltaValue: Double
View on GitHub