
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBaseMountainRenderableSeries
@interface SCIBaseMountainRenderableSeries : SCIXyRenderableSeriesBase
An abstract base class for mountain series.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Gets the or sets
SCIBrushStyle
to fill mountain area with.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull areaStyle;
-
Gets the or sets
SCITextureMappingMode
which defines how mountain area is filled when a gradient is used.Declaration
Objective-C
@property (nonatomic) SCITextureMappingMode areaBrushMappingMode;