Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS

Axis properties that can be animated using Core Animation. More...

+ Collaboration diagram for Axes:

Title

CGFloat CPTAxis::titleOffset
 The offset distance between the axis title and the axis line. More...
 
CGFloat CPTAxis::titleRotation
 The rotation angle of the axis title in radians. If NaN (the default), the title will be parallel to the axis. More...
 

Labels

CGFloat CPTAxis::labelOffset
 The offset distance between the tick marks and labels. More...
 
CGFloat CPTAxis::minorTickLabelOffset
 The offset distance between the minor tick marks and labels. More...
 
CGFloat CPTAxis::labelRotation
 The rotation of the axis labels in radians. Set this property to π/2 to have labels read up the screen, for example. More...
 
CGFloat CPTAxis::minorTickLabelRotation
 The rotation of the axis minor tick labels in radians. Set this property to π/2 to have labels read up the screen, for example. More...
 

Detailed Description

Axis properties that can be animated using Core Animation.

Since
Custom layer property animation is supported on macOS 10.6 and later.

Properties

◆ labelOffset

- (CGFloat) labelOffset
readwritenonatomicassign

The offset distance between the tick marks and labels.

◆ labelRotation

- (CGFloat) labelRotation
readwritenonatomicassign

The rotation of the axis labels in radians. Set this property to π/2 to have labels read up the screen, for example.

◆ minorTickLabelOffset

- (CGFloat) minorTickLabelOffset
readwritenonatomicassign

The offset distance between the minor tick marks and labels.

◆ minorTickLabelRotation

- (CGFloat) minorTickLabelRotation
readwritenonatomicassign

The rotation of the axis minor tick labels in radians. Set this property to π/2 to have labels read up the screen, for example.

◆ titleOffset

- (CGFloat) titleOffset
readwritenonatomicassign

The offset distance between the axis title and the axis line.

◆ titleRotation

- (CGFloat) titleRotation
readwritenonatomicassign

The rotation angle of the axis title in radians. If NaN (the default), the title will be parallel to the axis.