
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieSegmentRenderPassData
@interface SCIPieSegmentRenderPassData : NSObject <ISCICleanable>
Defines render pass data which is required to draw single ISCIPieSegment
.
-
Gets or sets titleStyle for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic, strong) SCIFontStyle *_Nonnull titleStyle;
-
Gets or sets strokeStyle for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic, strong) SCIPenStyle *_Nonnull strokeStyle;
-
Gets or sets fillStyle for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull fillStyle;
-
Gets or sets isSelected for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic) BOOL isSelected;
-
Gets or sets formattedLabel for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nonnull formattedLabel;
-
Gets or sets startAngle for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic) CGFloat startAngle;
-
Gets or sets segmentAngle for
SCIPieSegment
.Declaration
Objective-C
@property (nonatomic) CGFloat segmentAngle;