|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file.
29 -(void)plotAreaWasSelected:(nonnull
CPTPlotArea *)plotArea;
44 -(void)plotAreaTouchDown:(nonnull
CPTPlotArea *)plotArea;
59 -(void)plotAreaTouchUp:(nonnull
CPTPlotArea *)plotArea;
CPTFill * fill
The fill for the layer background. If nil, the layer background is not filled.
Definition: CPTPlotArea.h:94
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:20
NSDecimal heightDecimal
The height of the bounds as an NSDecimal value.
Definition: CPTPlotArea.h:100
CPTAxisLabelGroup * axisTitleGroup
The parent layer for all axis titles.
Definition: CPTPlotArea.h:83
Plot area delegate.
Definition: CPTPlotArea.h:17
Defines the coordinate system of a plot.
Definition: CPTPlotGroup.h:6
CPTNumberArray * topDownLayerOrder
An array of graph layers to be drawn in an order other than the default.
Definition: CPTPlotArea.h:88
Draws area fills.
Definition: CPTFill.h:18
A container layer for annotations.
Definition: CPTAnnotationHostLayer.h:5
Layer delegate.
Definition: CPTLayer.h:76
CPTGridLineGroup * majorGridLineGroup
The parent layer for all major grid lines.
Definition: CPTPlotArea.h:79
CPTLineStyle * borderLineStyle
The line style for the layer border. If nil, the border is not drawn.
Definition: CPTPlotArea.h:93
CPTAxisLabelGroup * axisLabelGroup
The parent layer for all axis labels.
Definition: CPTPlotArea.h:82
A layer representing the actual plotting area of a graph.
Definition: CPTPlotArea.h:76
NSDecimal widthDecimal
The width of the bounds as an NSDecimal value.
Definition: CPTPlotArea.h:99
CPTAxisSet * axisSet
The axis set.
Definition: CPTPlotArea.h:80
A container layer for the axis labels.
Definition: CPTAxisLabelGroup.h:4
CPTGridLineGroup * minorGridLineGroup
The parent layer for all minor grid lines.
Definition: CPTPlotArea.h:78
CPTPlotGroup * plotGroup
The plot group.
Definition: CPTPlotArea.h:81
A group of grid line layers.
Definition: CPTGridLineGroup.h:6
A container layer for the set of axes for a graph.
Definition: CPTAxisSet.h:7
CPTGraphLayerType
Enumeration of graph layers.
Definition: CPTGraph.h:62
An abstract axis class.
Definition: CPTAxis.h:198