Skip to content

contentDirection

Category: Instance Property

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

Overview

The direction of the content in the chart.

Declaration

var contentDirection: AXChartDescriptor.ContentDirection { get set }

Details

See Also

  • Specifying the content layout
  • var contentFrame: CGRect
  • enum ContentDirection

content Direction

Topics (Grouped)

Specifying the content layout

  • contentFrame:CGRect — var; The bounds of the view, in screen coordinates, for visually rendering data values.
  • ContentDirection — enum; A constant that describes the content direction of the chart.

Code Examples

var contentDirection: AXChartDescriptor.ContentDirection { get set }

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