
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieDonutRenderPassDataBase
@interface SCIPieDonutRenderPassDataBase : SCIPieDonutRenderPassData
Defines PieDonutRenderPassDataBase, the data used in a single render pass by SCIPieDonutRenderableSeriesBase
derived types.
-
Gets or sets segments to draw.
Declaration
Objective-C
@property (nonatomic, strong) NSMutableArray<SCIPieSegmentRenderPassData *> *_Nonnull segments;
-
Gets or sets center of
SCIPieDonutRenderPassDataBase
.Declaration
Objective-C
@property (nonatomic) CGPoint center;
-
Gets or sets outerRadius of
SCIPieDonutRenderPassDataBase
.Declaration
Objective-C
@property (nonatomic) float outerRadius;
-
Gets or sets startAngle of
SCIPieDonutRenderPassDataBase
.Declaration
Objective-C
@property (nonatomic) float startAngle;
-
Gets or sets degreesPerValue of
SCIPieDonutRenderPassDataBase
.Declaration
Objective-C
@property (nonatomic) float degreesPerValue;
-
Gets or sets segmentSpacing of
SCIPieDonutRenderPassDataBase
.Declaration
Objective-C
@property (nonatomic) float segmentSpacing;