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;Swift
var renderableSeries: SCIHlRenderableSeriesBase { get } -
The
X Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> xValue;Swift
var xValue: (any ISCIComparable)? { get set } -
The
Y Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> yValue;Swift
var yValue: (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 } -
Gets the formatted
xValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;Swift
var formattedXValue: any ISCIString { get } -
Gets the formatted
yValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedYValue;Swift
var formattedYValue: 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 }
View on GitHub