![]() |
Core Plot (iOS)
Cocoa plotting framework for Mac OS X and iOS
|
| CPTAnnotation | An annotation positions a content layer relative to some anchor point |
| CPTAnnotationHostLayer | A container layer for annotations |
| CPTAxis | An abstract axis class |
| <CPTAxisDelegate> | Axis labeling delegate |
| CPTAxisLabel | An axis label |
| CPTAxisLabelGroup | A container layer for the axis labels |
| CPTAxisSet | A container layer for the set of axes for a graph |
| CPTAxisTitle | An axis title |
| CPTBarPlot | A two-dimensional bar plot |
| <CPTBarPlotDataSource> | A bar plot data source |
| <CPTBarPlotDelegate> | Bar plot delegate |
| CPTBorderedLayer | A layer with a border line and background fill |
| CPTCalendarFormatter | A number formatter that converts calendar intervals to dates. Useful for formatting labels on an axis. The numerical scale of the plot space will be used to increment the specified calendar unit. For example, with a majorIntervalLength of one (1) and a referenceCalendarUnit of NSMonthCalendarUnit, successive months will be displayed on the axis. Axis labels can be directly generated by setting a CPTCalendarFormatter as the labelFormatter and/or minorTickLabelFormatter |
| CPTColor | An immutable color |
| CPTColorSpace | An immutable color space |
| CPTConstraints | Implements a one-dimensional constrained position within a given numeric range |
| CPTFill | Draws area fills |
| CPTGradient | Draws color gradient fills |
| CPTGradientElement | A structure representing one node in a linked list of RGBA colors |
| CPTGraph | An abstract graph class |
| CPTGraphHostingView | A container view for displaying a CPTGraph |
| CPTGridLineGroup | A group of grid line layers |
| CPTGridLines | An abstract class that draws grid lines for an axis |
| CPTImage | An immutable image |
| CPTLayer | Base class for all Core Animation layers in Core Plot |
| CPTLayerAnnotation | Positions a content layer relative to an anchor point in a reference layer |
| CPTLegend | A graph legend |
| <CPTLegendDelegate> | Axis labeling delegate |
| CPTLegendEntry | A graph legend entry |
| CPTLimitBand | Defines a range and fill used to highlight a band of data |
| CPTLineCap | End cap decorations for lines |
| CPTLineStyle | Immutable wrapper for various line drawing properties |
| CPTMutableLineStyle | Mutable wrapper for various line drawing properties |
| CPTMutableNumericData | An annotated NSMutableData type |
| CPTMutablePlotRange | Defines a mutable range of plot data |
| CPTMutableShadow | Mutable wrapper for various shadow drawing properties |
| CPTMutableTextStyle | Mutable wrapper for text style properties |
| CPTNumericData | An annotated NSData type |
| CPTNumericDataType | Struct that describes the encoding of numeric data samples |
| CPTPieChart | A pie chart |
| <CPTPieChartDataSource> | A pie chart data source |
| <CPTPieChartDelegate> | Pie chart delegate |
| CPTPlot | An abstract plot class |
| CPTPlotArea | A layer representing the actual plotting area of a graph |
| CPTPlotAreaFrame | A layer drawn on top of the graph layer and behind all plot elements |
| <CPTPlotDataSource> | A plot data source |
| <CPTPlotDelegate> | Plot delegate |
| CPTPlotGroup | Defines the coordinate system of a plot |
| CPTPlotRange | Defines an immutable range of plot data |
| CPTPlotSpace | Defines the coordinate system of a plot |
| CPTPlotSpaceAnnotation | Positions a content layer relative to some anchor point in a plot space |
| <CPTPlotSpaceDelegate> | Plot space delegate |
| CPTPlotSymbol | Plot symbols for CPTScatterPlot |
| CPTRangePlot | A plot class representing a range of values in one coordinate, such as typically used to show errors. A range plot can show bars (error bars), or an area fill, or both |
| <CPTRangePlotDelegate> | Range plot delegate |
| <CPTResponder> | The basis of all event processing in Core Plot |
| CPTRGBAColor | RGBA color for gradients |
| CPTScatterPlot | A two-dimensional scatter plot |
| <CPTScatterPlotDataSource> | A scatter plot data source |
| <CPTScatterPlotDelegate> | Scatter plot delegate |
| CPTShadow | Immutable wrapper for various shadow drawing properties |
| CPTTextLayer | A Core Animation layer that displays text drawn in a uniform style |
| CPTTextStyle | Immutable wrapper for various text style properties |
| CPTTheme | Creates a CPTGraph instance formatted with a predefined style |
| CPTTimeFormatter | A number formatter that converts time intervals to dates. Useful for formatting labels on an axis. If you choose the numerical scale of the plot space to be in seconds, axis labels can be directly generated by setting a CPTTimeFormatter as the labelFormatter and/or minorTickLabelFormatter |
| CPTTradingRangePlot | A trading range financial plot |
| <CPTTradingRangePlotDelegate> | Trading range plot delegate |
| CPTXYAxis | A 2-dimensional cartesian (X-Y) axis class |
| CPTXYAxisSet | A set of cartesian (X-Y) axes |
| CPTXYGraph | A graph using a cartesian (X-Y) plot space |
| CPTXYPlotSpace | A plot space using a two-dimensional cartesian coordinate system |