Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTGraph(AbstractFactoryMethods) Category Reference

CPTGraph abstract methods—must be overridden by subclasses. More...

#import <CPTGraph.h>

Public Instance Methods

Factory Methods
(nullable CPTPlotSpace *) - newPlotSpace
 Creates a new plot space for the graph. More...
 
(nullable CPTAxisSet *) - newAxisSet
 Creates a new axis set for the graph. More...
 

Detailed Description

CPTGraph abstract methods—must be overridden by subclasses.

Method Documentation

◆ newAxisSet

- (nullable CPTAxisSet *) newAxisSet

Creates a new axis set for the graph.

Returns
A new axis set.

Extends class CPTGraph.

◆ newPlotSpace

- (nullable CPTPlotSpace *) newPlotSpace

Creates a new plot space for the graph.

Returns
A new plot space.

Extends class CPTGraph.


The documentation for this category was generated from the following files: