iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISegmentLabelRotationMode
enum SCISegmentLabelRotationMode : NSInteger {}
Enumeration constants to define how a segment-anchored label is rotated.
-
Aligns the label with the segment.
Declaration
Objective-C
SCISegmentLabelRotationMode_ParallelSwift
case parallel = 0 -
Aligns the label at right angles to the segment.
Declaration
Objective-C
SCISegmentLabelRotationMode_PerpendicularSwift
case perpendicular = 1 -
Keeps the label horizontal regardless of the segment direction.
Declaration
Objective-C
SCISegmentLabelRotationMode_HorizontalSwift
case horizontal = 2
View on GitHub