Skip to content

AXChartDescriptor.ContentDirection.rightToLeft

Category: Case

Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+

Overview

A content direction with an x-axis that increases from right to left.

Declaration

case rightToLeft

Details

See Also

  • Content directions
  • case leftToRight
  • case bottomToTop
  • case topToBottom
  • case radialClockwise
  • case radialCounterClockwise

  • Accessibility

  • AXChartDescriptor
  • AXChartDescriptor
  • AXChartDescriptor.ContentDirection
  • AXChartDescriptor.ContentDirection.rightToLeft

AXChart Descriptor .Content Direction .right To Left

Topics (Grouped)

Content directions

  • leftToRight — case; A content direction with an x-axis that increases from left to right.
  • bottomToTop — case; A content direction with an x-axis that increases from bottom to top.
  • topToBottom — case; A content direction with an x-axis that increases from top to bottom.
  • radialClockwise — case; A content direction with a radial x-axis that increases clockwise.
  • radialCounterClockwise — case; A content direction with a radial x-axis that increases counterclockwise.

Code Examples

case rightToLeft

Source: https://developer.apple.com/documentation/accessibility/axchartdescriptor/contentdirection-swift.enum/righttoleft