Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTDefinitions.h"
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 NSArray<CPTLineStyle *> CPTLineStyleArray |
An array of line styles.
typedef NSMutableArray<CPTLineStyle *> CPTMutableLineStyleArray |
A mutable array of line styles.