
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBandSeriesInfo
@interface SCIBandSeriesInfo : SCISeriesInfo
Defines Series Info class for SCIFastBandRenderableSeriesBase
.
-
The parent renderable series.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIFastBandRenderableSeries *_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
Y1 Value
at thehit-test
site.Declaration
Objective-C
@property (nonatomic, strong, nullable) id<ISCIComparable> y1Value;
-
A point snapped to the X-Y1 value of the series.
Declaration
Objective-C
@property (nonatomic) CGPoint xy1Coordinate;
-
The color of the Y1 series associated with this series info
Declaration
Objective-C
@property (nonatomic, strong) UIColor *_Nonnull y1SeriesColor;
-
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
y1Value
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedY1Value;