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

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

+ Collaboration diagram for Legends:

Formatting

CGFloat CPTLegend::swatchCornerRadius
 The corner radius for each swatch. Default is 0.0. More...
 
CGFloat CPTLegend::entryCornerRadius
 The corner radius for the border around each legend entry. Default is 0.0. More...
 

Detailed Description

Legend properties that can be animated using Core Animation.

Properties

◆ entryCornerRadius

- (CGFloat) entryCornerRadius
readwritenonatomicassign

The corner radius for the border around each legend entry. Default is 0.0.

◆ swatchCornerRadius

- (CGFloat) swatchCornerRadius
readwritenonatomicassign

The corner radius for each swatch. Default is 0.0.