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.strokeStyle property.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIPenStyle *_Nonnull strokeY1Style;
  • Gets or sets the fill style for the shaded area when when Y1 < Y0.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIBrushStyle *_Nonnull fillBrushStyle;
  • Gets or sets the fill style for the shaded area when when Y1 > Y0.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIBrushStyle *_Nonnull fillY1BrushStyle;