Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTFill.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPTFill
 Draws area fills. More...
 
category  CPTFill(AbstractMethods)
 CPTFill abstract methods—must be overridden by subclasses. More...
 

Typedefs

typedef NSArray< CPTFill * > CPTFillArray
 An array of fills. More...
 
typedef NSMutableArray< CPTFill * > CPTMutableFillArray
 A mutable array of fills. More...
 

Typedef Documentation

◆ CPTFillArray

An array of fills.

◆ CPTMutableFillArray

A mutable array of fills.