iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisAlignment
enum SCIAxisAlignment : NSUInteger {}
Enumeration constants to define the alignment mode used to place an axis.
Possible values:
Auto- An element stretched to fill the entire layout slot for the parent element.Right- An element aligned to the right of the layout slot for the parent element.Left- An element aligned to the left of the layout slot for the parent element.Top- An element aligned to the top of the layout slot for the parent element.Bottom- An element aligned to the bottom of the layout slot for the parent element.
-
Axis is placed based on
defaultsettings of chart.Declaration
Objective-C
SCIAxisAlignment_Auto -
Axis is on the
Left-sideof the chart.Declaration
Objective-C
SCIAxisAlignment_Left -
Axis is on the
Top-edgeof the chart.Declaration
Objective-C
SCIAxisAlignment_Top -
Axis is on the
Right-sideof the chart.Declaration
Objective-C
SCIAxisAlignment_Right -
Axis is on the
Bottom-edgeof the chart.Declaration
Objective-C
SCIAxisAlignment_Bottom
View on GitHub