iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyzSeriesInfo
@interface SCIXyzSeriesInfo : SCISeriesInfo
Defines Series Info class for SCIXyzRenderableSeriesBase.
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIXyzRenderableSeriesBase *_Nonnull renderableSeries;Swift
var renderableSeries: SCIXyzRenderableSeriesBase { 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
Z-Valueat thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> zValue;Swift
var zValue: (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
zValue.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedZValue;Swift
var formattedZValue: any ISCIString { get }
View on GitHub