
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIHlSeriesInfo
@interface SCIHlSeriesInfo : SCISeriesInfo
Defines Series Info class for SCIHlRenderableSeriesBase
.
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIHlRenderableSeriesBase *_Nonnull renderableSeries;
-
The
X Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> xValue;
-
The
Y Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> yValue;
-
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;
-
Gets the formatted
xValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;
-
Gets the formatted
yValue
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedYValue;
-
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;