Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Axis properties that can be animated using Core Animation. More...
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... | |
Axis properties that can be animated using Core Animation.
|
readwritenonatomicassign |
The offset distance between the tick marks and labels.
|
readwritenonatomicassign |
The rotation of the axis labels in radians. Set this property to π/2
to have labels read up the screen, for example.
|
readwritenonatomicassign |
The offset distance between the minor tick marks and labels.
|
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.
|
readwritenonatomicassign |
The offset distance between the axis title and the axis line.
|
readwritenonatomicassign |
The rotation angle of the axis title in radians. If NaN
(the default), the title will be parallel to the axis.