
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;
-
The
X Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> xValue;
-
The
Open Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> openValue;
-
The
High Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> highValue;
-
The
Low Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> lowValue;
-
The
Close Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> closeValue;
-
Gets the formatted
xValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;
-
Gets the formatted
openValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedOpenValue;
-
Gets the formatted
highValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedHighValue;
-
Gets the formatted
lowValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedLowValue;
-
Gets the formatted
closeValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedCloseValue;