Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTLineStyle.h File Reference
#import "CPTDefinitions.h"
+ Include dependency graph for CPTLineStyle.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPTLineStyle
 Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to customize properties. More...
 

Typedefs

typedef NSArray< CPTLineStyle * > CPTLineStyleArray
 An array of line styles. More...
 
typedef NSMutableArray< CPTLineStyle * > CPTMutableLineStyleArray
 A mutable array of line styles. More...
 

Typedef Documentation

◆ CPTLineStyleArray

An array of line styles.

◆ CPTMutableLineStyleArray

A mutable array of line styles.