
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPieChartLayoutState
@interface SCIPieChartLayoutState : NSObject <ISCICleanable>
The class with information about current layout state of ISCIPieChartSurface
.
-
The Center of
ISCIPieChartSurface
.Declaration
Objective-C
@property (nonatomic) CGPoint center;
-
The Radius of
ISCIPieChartSurface
.Declaration
Objective-C
@property (nonatomic) float outerRadius;
-
Gets how many pixels are in one relative unit.
Declaration
Objective-C
@property (nonatomic) float pixelPerRelativeUnit;
-
Gets the value indicating spacing between
ISCIPieRenderableSeries
instances based on pixelPerRelativeUnit.Declaration
Objective-C
@property (nonatomic) float absoluteSeriesSpacing;