iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBaseBandRenderableSeries
@interface SCIBaseBandRenderableSeries : SCIXyyRenderableSeriesBase
An abstract base class for band series.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Gets or sets the stroke style the Y1 line. For the Y0 line, use
ISCIRenderableSeries.strokeStyleproperty.Declaration
Objective-C
@property (nonatomic, strong) SCIPenStyle *_Nonnull strokeY1Style;Swift
var strokeY1Style: SCIPenStyle { get set } -
Gets or sets the fill style for the shaded area when when
Y1 < Y0.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull fillBrushStyle;Swift
var fillBrushStyle: SCIBrushStyle { get set } -
Gets or sets the fill style for the shaded area when when
Y1 > Y0.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull fillY1BrushStyle;Swift
var fillY1BrushStyle: SCIBrushStyle { get set }
View on GitHub