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
SCIBrushStyleto fill mountain area with.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull areaStyle;Swift
var areaStyle: SCIBrushStyle { get set } -
Gets the or sets
SCITextureMappingModewhich defines how mountain area is filled when a gradient is used.Declaration
Objective-C
@property (nonatomic) SCITextureMappingMode areaBrushMappingMode;Swift
var areaBrushMappingMode: SCITextureMappingMode { get set }
View on GitHub