iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIUniformHeatmapSeriesInfo
@interface SCIUniformHeatmapSeriesInfo : SCISeriesInfo
Defines Series Info class for SCIFastUniformHeatmapRenderableSeries.
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIFastUniformHeatmapRenderableSeries *_Nonnull renderableSeries;Swift
var renderableSeries: SCIFastUniformHeatmapRenderableSeries { 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 } -
The x index in
SCIUniformHeatmapDataSeriesat thehit-testsite.Declaration
Objective-C
@property (nonatomic) NSInteger xIndex;Swift
var xIndex: Int { get set } -
The y index in
SCIUniformHeatmapDataSeriesat thehit-testsite.Declaration
Objective-C
@property (nonatomic) NSInteger yIndex;Swift
var yIndex: Int { 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