iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPieSegmentLabelFormatter
@protocol ISCIPieSegmentLabelFormatter <ISCIAttachable>
Interface to define a label formatter for ISCIPieSegment.
-
Formats a label based on specified
ISCIPieSegmentpassed in.Declaration
Objective-C
- (nonnull NSString *)formatLabelForPieSegment: (nonnull id<ISCIPieSegment>)pieSegment;Swift
func formatLabel(for pieSegment: any ISCIPieSegment) -> StringParameters
pieSegmentThe
ISCIPieSegmentto format.Return Value
The formatted value.
View on GitHub