iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIOhlcSeriesInfo
@interface SCIOhlcSeriesInfo : SCISeriesInfo
Defines Series Info class for SCIOhlcRenderableSeriesBase
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIOhlcRenderableSeriesBase *_Nonnull renderableSeries;Swift
var renderableSeries: SCIOhlcRenderableSeriesBase { get } -
The
X Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> xValue;Swift
var xValue: (any ISCIComparable)? { get set } -
The
Open Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> openValue;Swift
var openValue: (any ISCIComparable)? { get set } -
The
High Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> highValue;Swift
var highValue: (any ISCIComparable)? { get set } -
The
Low Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> lowValue;Swift
var lowValue: (any ISCIComparable)? { get set } -
The
Close Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> closeValue;Swift
var closeValue: (any ISCIComparable)? { get set } -
Gets the formatted
xValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;Swift
var formattedXValue: any ISCIString { get } -
Gets the formatted
openValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedOpenValue;Swift
var formattedOpenValue: any ISCIString { get } -
Gets the formatted
highValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedHighValue;Swift
var formattedHighValue: any ISCIString { get } -
Gets the formatted
lowValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedLowValue;Swift
var formattedLowValue: any ISCIString { get } -
Gets the formatted
closeValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedCloseValue;Swift
var formattedCloseValue: any ISCIString { get }
View on GitHub