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

Plot properties that can be animated using Core Animation for all plot types. More...

+ Collaboration diagram for All Plots:

Data Labels

CGFloat CPTPlot::labelOffset
 The distance that labels should be offset from their anchor points. The direction of the offset is defined by subclasses. More...
 
CGFloat CPTPlot::labelRotation
 The rotation of the data labels in radians. Set this property to π/2 to have labels read up the screen, for example. More...
 

Detailed Description

Plot properties that can be animated using Core Animation for all plot types.

Properties

◆ labelOffset

- (CGFloat) labelOffset
readwritenonatomicassign

The distance that labels should be offset from their anchor points. The direction of the offset is defined by subclasses.

◆ labelRotation

- (CGFloat) labelRotation
readwritenonatomicassign

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