iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXySeriesInfo
@interface SCIXySeriesInfo : SCISeriesInfo
Defines Series Info class for SCIXyRenderableSeriesBase.
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIXyRenderableSeriesBase *_Nonnull renderableSeries;Swift
var renderableSeries: SCIXyRenderableSeriesBase { 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 } -
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 }
View on GitHub