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