diff --git a/MacOS/_c_p_t_animation_8h_source.html b/MacOS/_c_p_t_animation_8h_source.html
index f74477c2..891d67b2 100644
--- a/MacOS/_c_p_t_animation_8h_source.html
+++ b/MacOS/_c_p_t_animation_8h_source.html
@@ -173,8 +173,8 @@
Bounce in and out animation curve.
Definition: CPTAnimation.h:15
Quartic in animation curve.
Definition: CPTAnimation.h:34
-void removeAllAnimationOperations()
Removes all animation operations from the animation queue.
Definition: CPTAnimation.m:231
-instancetype sharedInstance()
A shared CPTAnimation instance responsible for scheduling and executing animations.
Definition: CPTAnimation.m:143
+void removeAllAnimationOperations()
Removes all animation operations from the animation queue.
Definition: CPTAnimation.m:230
+instancetype sharedInstance()
A shared CPTAnimation instance responsible for scheduling and executing animations.
Definition: CPTAnimation.m:142
Bounce in animation curve.
Definition: CPTAnimation.h:13
Quadratic in and out animation curve.
Definition: CPTAnimation.h:33
diff --git a/MacOS/_c_p_t_axis_8h_source.html b/MacOS/_c_p_t_axis_8h_source.html
index 12f99aca..d2560356 100644
--- a/MacOS/_c_p_t_axis_8h_source.html
+++ b/MacOS/_c_p_t_axis_8h_source.html
@@ -146,7 +146,7 @@
-
+
@@ -160,8 +160,8 @@
-
-
+
+
@@ -183,7 +183,7 @@
-
+
@@ -228,7 +228,7 @@
- 316 -(
CGPoint)viewPointForCoordinateDecimalNumber:(
NSDecimal)coordinateDecimalNumber;
+
@@ -237,10 +237,10 @@
Defines a range and fill used to highlight a band of data.
Definition: CPTLimitBand.h:4
+NSNumber * defaultTitleLocation
The position along the axis where the axis title should be centered if titleLocation is NaN...
Definition: CPTAxis.h:210
Automatic labeling policy.
Definition: CPTAxis.h:27
CPTLineStyle * majorTickLineStyle
The line style for the major tick marks. If nil, the major ticks are not drawn.
Definition: CPTAxis.h:240
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
-NSDecimal majorIntervalLength
The distance between major tick marks expressed in data coordinates.
Definition: CPTAxis.h:238
NSFormatter * labelFormatter
The number formatter used to format the label text. If you need a non-numerical label, such as a date, you can use a formatter than turns the numerical plot coordinate into a string (e.g., “Jan 10, 2010”). The CPTCalendarFormatter and CPTTimeFormatter classes are useful for this purpose.
Definition: CPTAxis.h:226
CPTAxisLabelingPolicy labelingPolicy
The axis labeling policy.
Definition: CPTAxis.h:215
@@ -248,7 +248,7 @@
Defines the coordinate system of a plot.
Definition: CPTPlotSpace.h:157
CPTCoordinate coordinate
The axis coordinate.
Definition: CPTAxis.h:191
A container layer for the set of axes for a graph.
Definition: CPTAxisSet.h:6
-NSDecimal titleLocation
The position along the axis where the axis title should be centered. If NaN (the default), the defaultTitleLocation will be used.
Definition: CPTAxis.h:209
+NSNumber * titleLocation
The position along the axis where the axis title should be centered. If NaN (the default), the defaultTitleLocation will be used.
Definition: CPTAxis.h:209
@@ -264,7 +264,6 @@
CPTPlotRange * visibleRange
The plot range over which the axis and ticks are visible. Use this to restrict an axis and its grid l...
Definition: CPTAxis.h:194
-NSDecimal labelingOrigin
The origin used for axis labels. The default value is 0. It is only used when the axis labeling polic...
Definition: CPTAxis.h:192
CPTAlignment
Label and constraint alignment constants.
Definition: CPTDefinitions.h:184
No labels provided; user sets labels and tick locations.
Definition: CPTAxis.h:24
NSString * title
A convenience property for setting the text title of the axis.
Definition: CPTAxis.h:205
@@ -289,13 +288,15 @@
CPTAlignment labelAlignment
The alignment of the axis label with respect to the tick mark.
Definition: CPTAxis.h:220
CGFloat minorTickLabelOffset
The offset distance between the minor tick marks and labels.
Definition: CPTAxis.h:217
-void updateMinorTickLabels()
Update the minor tick mark labels.
Definition: CPTAxis.m:1769
+void updateMinorTickLabels()
Update the minor tick mark labels.
Definition: CPTAxis.m:1768
CPTLineStyle * axisLineStyle
The line style for the axis line. If nil, the line is not drawn.
Definition: CPTAxis.h:190
-void relabel()
Updates the axis labels.
Definition: CPTAxis.m:1570
+NSNumber * labelingOrigin
The origin used for axis labels. The default value is 0. It is only used when the axis labeling polic...
Definition: CPTAxis.h:192
+void relabel()
Updates the axis labels.
Definition: CPTAxis.m:1569
CPTLineStyle * minorGridLineStyle
The line style for the minor grid lines. If nil, the minor grid lines are not drawn.
Definition: CPTAxis.h:256
CPTTextStyle * titleTextStyle
The text style used to draw the axis title text.
Definition: CPTAxis.h:202
__cpt_weak CPTGridLines * minorGridLines
The layer that draws the minor grid lines.
Definition: CPTAxis.h:275
NSArray * backgroundLimitBands
An array of CPTLimitBand objects.
Definition: CPTAxis.h:263
+NSNumber * majorIntervalLength
The distance between major tick marks expressed in data coordinates.
Definition: CPTAxis.h:238
CPTAxisLabelingPolicy
Enumeration of labeling policies.
Definition: CPTAxis.h:23
NSUInteger preferredNumberOfMajorTicks
The number of ticks that should be targeted when auto-generating positions. This property only applie...
Definition: CPTAxis.h:242
CPTSign tickDirection
The tick direction. The direction is given as the sign that ticks extend along the axis (e...
Definition: CPTAxis.h:193
@@ -306,12 +307,10 @@
CPTLineCap * axisLineCapMax
The line cap for the end of the axis line with the maximum value.
Definition: CPTAxis.h:197
Fixed interval labeling policy.
Definition: CPTAxis.h:26
-void updateAxisTitle()
Update the axis title position.
Definition: CPTAxis.m:1796
+void updateAxisTitle()
Update the axis title position.
Definition: CPTAxis.m:1795
CPTTextStyle * minorTickLabelTextStyle
The text style used to draw the label text of minor tick labels.
Definition: CPTAxis.h:223
CPTTextStyle * labelTextStyle
The text style used to draw the label text.
Definition: CPTAxis.h:222
CPTLineStyle * minorTickLineStyle
The line style for the minor tick marks. If nil, the minor ticks are not drawn.
Definition: CPTAxis.h:249
-NSDecimal defaultTitleLocation
The position along the axis where the axis title should be centered if titleLocation is NaN...
Definition: CPTAxis.h:210
-
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:18
Divide the plot range into equal parts.
Definition: CPTAxis.h:28
@@ -332,8 +331,8 @@
CPTAxisSet * axisSet
The axis set that the axis belongs to.
Definition: CPTAxis.h:277
CPTSign minorTickLabelDirection
The offset direction for minor tick labels. The direction is given as the sign that ticks extend alon...
Definition: CPTAxis.h:225
Axis labeling delegate.
Definition: CPTAxis.h:36
-void setNeedsRelabel()
Marks the receiver as needing to update the labels before the content is next drawn.
Definition: CPTAxis.m:1562
-void updateMajorTickLabels()
Update the major tick mark labels.
Definition: CPTAxis.m:1750
+void setNeedsRelabel()
Marks the receiver as needing to update the labels before the content is next drawn.
Definition: CPTAxis.m:1561
+void updateMajorTickLabels()
Update the major tick mark labels.
Definition: CPTAxis.m:1749
__cpt_weak CPTGridLines * majorGridLines
The layer that draws the major grid lines.
Definition: CPTAxis.h:276
diff --git a/MacOS/_c_p_t_axis_label_8h_source.html b/MacOS/_c_p_t_axis_label_8h_source.html
index 9a82201d..9f26c0fd 100644
--- a/MacOS/_c_p_t_axis_label_8h_source.html
+++ b/MacOS/_c_p_t_axis_label_8h_source.html
@@ -81,7 +81,7 @@
9 @property (nonatomic, readwrite, assign) CGFloat
offset;
10 @property (nonatomic, readwrite, assign) CGFloat
rotation;
-
+
17 -(instancetype)initWithContentLayer:(
CPTLayer *)layer NS_DESIGNATED_INITIALIZER;
@@ -99,11 +99,11 @@
CPTAlignment alignment
The alignment of the axis label with respect to the tick mark.
Definition: CPTAxisLabel.h:11
CGFloat rotation
The rotation of the label in radians.
Definition: CPTAxisLabel.h:10
+NSNumber * tickLocation
The data coordinate of the tick location.
Definition: CPTAxisLabel.h:12
CGFloat offset
The offset distance between the axis and label.
Definition: CPTAxisLabel.h:9
CPTCoordinate
Enumeration of axis coordinates.
Definition: CPTDefinitions.h:139
-NSDecimal tickLocation
The data coordinate of the tick location.
Definition: CPTAxisLabel.h:12
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:18
CPTLayer * contentLayer
The label content.
Definition: CPTAxisLabel.h:8
diff --git a/MacOS/_c_p_t_bar_plot_8h_source.html b/MacOS/_c_p_t_bar_plot_8h_source.html
index 5a50da6a..3c7e090e 100644
--- a/MacOS/_c_p_t_bar_plot_8h_source.html
+++ b/MacOS/_c_p_t_bar_plot_8h_source.html
@@ -145,77 +145,73 @@
- 191 @property (nonatomic, readwrite, assign) NSDecimal
barWidth;
-
- 193 @property (nonatomic, readwrite, assign) NSDecimal
barOffset;
-
-
-
-
- 198 @property (nonatomic, readwrite, assign) NSDecimal
baseValue;
-
-
-
-
-
-
- 211 +(instancetype)tubularBarPlotWithColor:(
CPTColor *)color horizontalBars:(
BOOL)horizontal;
-
-
-
-
- 222 -(void)reloadBarFillsInIndexRange:(
NSRange)indexRange;
-
- 224 -(void)reloadBarLineStylesInIndexRange:(
NSRange)indexRange;
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 209 +(instancetype)tubularBarPlotWithColor:(
CPTColor *)color horizontalBars:(
BOOL)horizontal;
+
+
+
+
+ 220 -(void)reloadBarFillsInIndexRange:(
NSRange)indexRange;
+
+ 222 -(void)reloadBarLineStylesInIndexRange:(
NSRange)indexRange;
+
+
Bar plot delegate.
Definition: CPTBarPlot.h:108
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
-NSDecimal barOffset
The starting offset of the first bar in location data units.
Definition: CPTBarPlot.h:193
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
-NSDecimal barWidth
The width of each bar. Either view or plot coordinates can be used.
Definition: CPTBarPlot.h:191
BOOL barWidthsAreInViewCoordinates
Whether the bar width and bar offset is in view coordinates, or in plot coordinates. Default is NO, meaning plot coordinates are used.
Definition: CPTBarPlot.h:190
NSString *const CPTBarPlotBindingBarFills
Bar fills.
Definition: CPTBarPlot.m:34
NSString *const CPTBarPlotBindingBarLocations
Bar locations.
Definition: CPTBarPlot.m:31
-void reloadBarLineStyles()
Reload all bar line styles from the data source immediately.
Definition: CPTBarPlot.m:542
+void reloadBarLineStyles()
Reload all bar line styles from the data source immediately.
Definition: CPTBarPlot.m:523
-CPTFill * fill
The fill style for the bars. If nil, the bars are not filled.
Definition: CPTBarPlot.h:206
+CPTFill * fill
The fill style for the bars. If nil, the bars are not filled.
Definition: CPTBarPlot.h:204
+NSNumber * barWidth
The width of each bar. Either view or plot coordinates can be used.
Definition: CPTBarPlot.h:191
NSString *const CPTBarPlotBindingBarTips
Bar tips.
Definition: CPTBarPlot.m:32
-BOOL barsAreHorizontal
If YES, the bars will have a horizontal orientation, otherwise they will be vertical.
Definition: CPTBarPlot.h:197
+BOOL barsAreHorizontal
If YES, the bars will have a horizontal orientation, otherwise they will be vertical.
Definition: CPTBarPlot.h:195
Immutable wrapper for various text style properties.
Definition: CPTTextStyle.h:5
NSString *const CPTBarPlotBindingBarBases
Bar bases.
Definition: CPTBarPlot.m:33
A plot data source.
Definition: CPTPlot.h:36
-CGFloat barCornerRadius
The corner radius for the end of the bars. Default is 0.0 for square corners.
Definition: CPTBarPlot.h:195
+NSNumber * barOffset
The starting offset of the first bar in location data units.
Definition: CPTBarPlot.h:192
+CGFloat barCornerRadius
The corner radius for the end of the bars. Default is 0.0 for square corners.
Definition: CPTBarPlot.h:193
Bar location on independent coordinate axis.
Definition: CPTBarPlot.h:29
A bar plot data source.
Definition: CPTBarPlot.h:39
Draws area fills.
Definition: CPTFill.h:5
A two-dimensional bar plot.
Definition: CPTBarPlot.h:186
CPTBarPlotField
Enumeration of bar plot data source field types.
Definition: CPTBarPlot.h:28
-CPTLineStyle * lineStyle
The line style for the bar outline. If nil, the outline is not drawn.
Definition: CPTBarPlot.h:205
+CPTLineStyle * lineStyle
The line style for the bar outline. If nil, the outline is not drawn.
Definition: CPTBarPlot.h:203
An abstract plot class.
Definition: CPTPlot.h:242
-CGFloat barOffsetScale
An animatable scaling factor for the bar offset. Default is 1.0.
Definition: CPTBarPlot.h:194
-void reloadBarFills()
Reload all bar fills from the data source immediately.
Definition: CPTBarPlot.m:490
+void reloadBarFills()
Reload all bar fills from the data source immediately.
Definition: CPTBarPlot.m:471
A Core Animation layer that displays text drawn in a uniform style.
Definition: CPTTextLayer.h:8
An annotated NSMutableData type.
Definition: CPTMutableNumericData.h:4
NSString *const CPTBarPlotBindingBarLineStyles
Bar line styles.
Definition: CPTBarPlot.m:35
-BOOL barBasesVary
If NO, a constant base value is used for all bars. If YES, the data source is queried to supply a bas...
Definition: CPTBarPlot.h:199
+BOOL barBasesVary
If NO, a constant base value is used for all bars. If YES, the data source is queried to supply a bas...
Definition: CPTBarPlot.h:197
An annotated NSData type.
Definition: CPTNumericData.h:3
Plot delegate.
Definition: CPTPlot.h:155
-CPTPlotRange * plotRange
Sets the plot range for the independent axis.
Definition: CPTBarPlot.h:200
+CPTPlotRange * plotRange
Sets the plot range for the independent axis.
Definition: CPTBarPlot.h:198
Bar base (used only if barBasesVary is YES).
Definition: CPTBarPlot.h:31
-NSDecimal baseValue
The coordinate value of the fixed end of the bars. This is only used if barBasesVary is NO...
Definition: CPTBarPlot.h:198
Bar tip value.
Definition: CPTBarPlot.h:30
+NSNumber * baseValue
The coordinate value of the fixed end of the bars. This is only used if barBasesVary is NO...
Definition: CPTBarPlot.h:196
An immutable color.
Definition: CPTColor.h:1
-CGFloat barBaseCornerRadius
The corner radius for the end of the bars drawn at the base value. Default is 0.0 for square corners...
Definition: CPTBarPlot.h:196
-CPTPlotRange * plotRangeEnclosingBars()
Computes a plot range that completely encloses all of the bars.
Definition: CPTBarPlot.m:753
-CGFloat barWidthScale
An animatable scaling factor for the bar width. Default is 1.0.
Definition: CPTBarPlot.h:192
+CGFloat barBaseCornerRadius
The corner radius for the end of the bars drawn at the base value. Default is 0.0 for square corners...
Definition: CPTBarPlot.h:194
+CPTPlotRange * plotRangeEnclosingBars()
Computes a plot range that completely encloses all of the bars.
Definition: CPTBarPlot.m:734
diff --git a/MacOS/_c_p_t_mutable_plot_range_8h_source.html b/MacOS/_c_p_t_mutable_plot_range_8h_source.html
index 8f74c522..9a8bf4b4 100644
--- a/MacOS/_c_p_t_mutable_plot_range_8h_source.html
+++ b/MacOS/_c_p_t_mutable_plot_range_8h_source.html
@@ -74,24 +74,32 @@
-
- 8 @property (nonatomic, readwrite) NSDecimal
length;
-
-
-
-
- 19 -(void)shiftLocationToFitInRange:(
CPTPlotRange *)otherRange;
-
-
- 25 -(void)expandRangeByFactor:(
NSDecimal)factor;
-
-
+
+
+
+
+
+
+
+
+
+
+ 23 -(void)shiftLocationToFitInRange:(
CPTPlotRange *)otherRange;
+
+
+ 29 -(void)expandRangeByFactor:(
NSNumber *)factor;
+
+
+NSDecimal lengthDecimal
The length of the range.
Definition: CPTMutablePlotRange.h:10
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
+double locationDouble
The starting value of the range as a double.
Definition: CPTMutablePlotRange.h:11
+NSNumber * length
The length of the range.
Definition: CPTMutablePlotRange.h:8
Defines a mutable range of plot data.
Definition: CPTMutablePlotRange.h:3
-NSDecimal length
The length of the range.
Definition: CPTMutablePlotRange.h:8
-
-NSDecimal location
The starting value of the range.
Definition: CPTMutablePlotRange.h:7
+double lengthDouble
The length of the range as a double.
Definition: CPTMutablePlotRange.h:12
+
+NSNumber * location
The starting value of the range.
Definition: CPTMutablePlotRange.h:7
+NSDecimal locationDecimal
The starting value of the range.
Definition: CPTMutablePlotRange.h:9
diff --git a/MacOS/_c_p_t_plot_8h_source.html b/MacOS/_c_p_t_plot_8h_source.html
index 352b02ed..2d915060 100644
--- a/MacOS/_c_p_t_plot_8h_source.html
+++ b/MacOS/_c_p_t_plot_8h_source.html
@@ -240,7 +240,7 @@
-id nilData()
A unique marker object used in collections to indicate that the datasource returned nil...
Definition: CPTPlot.m:703
+id nilData()
A unique marker object used in collections to indicate that the datasource returned nil...
Definition: CPTPlot.m:715
All cached data will be converted to double precision.
Definition: CPTPlot.h:27
CPTPlotSpace * plotSpace
The plot space for the plot.
Definition: CPTPlot.h:257
@@ -250,12 +250,12 @@
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
Defines the coordinate system of a plot.
Definition: CPTPlotSpace.h:157
-void setDataNeedsReloading()
Marks the receiver as needing the data source reloaded before the content is next drawn...
Definition: CPTPlot.m:520
-NSUInteger numberOfFields()
Number of fields in a plot data record.
Definition: CPTPlot.m:2153
+void setDataNeedsReloading()
Marks the receiver as needing the data source reloaded before the content is next drawn...
Definition: CPTPlot.m:535
+NSUInteger numberOfFields()
Number of fields in a plot data record.
Definition: CPTPlot.m:2165
A graph legend.
Definition: CPTLegend.h:167
A container layer for annotations.
Definition: CPTAnnotationHostLayer.h:5
-void reloadData()
Reload all plot data, labels, and plot-specific information from the data source immediately.
Definition: CPTPlot.m:528
+void reloadData()
Reload all plot data, labels, and plot-specific information from the data source immediately.
Definition: CPTPlot.m:543
A layer representing the actual plotting area of a graph.
Definition: CPTPlotArea.h:75
Immutable wrapper for various text style properties.
Definition: CPTTextStyle.h:5
A plot data source.
Definition: CPTPlot.h:36
@@ -265,18 +265,18 @@
CPTPlotCachePrecision cachePrecision
The numeric precision used to cache the plot data and perform all plot calculations. Defaults to CPTPlotCachePrecisionAuto.
Definition: CPTPlot.h:274
CPTPlot abstract methods—must be overridden by subclasses.
Definition: CPTPlot.h:367
Positions a content layer relative to some anchor point in a plot space.
Definition: CPTPlotSpaceAnnotation.h:5
-void setNeedsRelabel()
Marks the receiver as needing to update all data labels before the content is next drawn...
Definition: CPTPlot.m:1494
+void setNeedsRelabel()
Marks the receiver as needing to update all data labels before the content is next drawn...
Definition: CPTPlot.m:1506
__cpt_weak id< CPTPlotDataSource > dataSource
The data source for the plot.
Definition: CPTPlot.h:246
-void reloadDataLabels()
Reload all data labels from the data source immediately.
Definition: CPTPlot.m:658
+void reloadDataLabels()
Reload all data labels from the data source immediately.
Definition: CPTPlot.m:670
Cache precision is determined automatically from the data. All cached data will be converted to match...
Definition: CPTPlot.h:26
BOOL showLabels
Set to NO to override all other label settings and hide the data labels. Defaults to YES...
Definition: CPTPlot.h:283
NSUInteger labelField
The plot field identifier of the data field used to generate automatic labels.
Definition: CPTPlot.h:286
-void relabel()
Updates the data labels in the labelIndexRange.
Definition: CPTPlot.m:1503
+void relabel()
Updates the data labels in the labelIndexRange.
Definition: CPTPlot.m:1515
An abstract plot class.
Definition: CPTPlot.h:242
CPTPlotCachePrecision
Enumeration of cache precisions.
Definition: CPTPlot.h:25
-NSUInteger numberOfLegendEntries()
The number of legend entries provided by this plot.
Definition: CPTPlot.m:1694
+NSUInteger numberOfLegendEntries()
The number of legend entries provided by this plot.
Definition: CPTPlot.m:1706
All cached data will be converted to NSDecimal.
Definition: CPTPlot.h:28
CPTPlotArea * plotArea
The plot area for the plot.
Definition: CPTPlot.h:262
BOOL dataNeedsReloading
If YES, the plot data will be reloaded from the data source before the layer content is drawn...
Definition: CPTPlot.h:267
@@ -287,7 +287,7 @@
#define __cpt_weak
A custom definition for automatic reference counting (ARC) weak references that falls back to __unsaf...
Definition: CPTDefinitions.h:43
CPTTextStyle * labelTextStyle
The text style used to draw the data labels. Set this property to nil to hide the data labels...
Definition: CPTPlot.h:287
-void reloadDataIfNeeded()
Reload plot data from the data source only if the data cache is out of date.
Definition: CPTPlot.m:540
+void reloadDataIfNeeded()
Reload plot data from the data source only if the data cache is out of date.
Definition: CPTPlot.m:554
An annotated NSData type.
Definition: CPTNumericData.h:3
Plot delegate.
Definition: CPTPlot.h:155
@@ -300,8 +300,8 @@
BOOL doublePrecisionCache
If YES, the cache holds data of type double, otherwise it holds NSDecimal.
Definition: CPTPlot.h:273
NSUInteger cachedDataCount
The number of data points stored in the cache.
Definition: CPTPlot.h:272
NSString * title
The title of the plot displayed in the legend.
Definition: CPTPlot.h:251
-void reloadPlotData()
Reload all plot data from the data source immediately.
Definition: CPTPlot.m:636
-void repositionAllLabelAnnotations()
Repositions all existing label annotations.
Definition: CPTPlot.m:1673
+void reloadPlotData()
Reload all plot data from the data source immediately.
Definition: CPTPlot.m:648
+void repositionAllLabelAnnotations()
Repositions all existing label annotations.
Definition: CPTPlot.m:1685
NSString *const CPTPlotBindingDataLabels
Plot data labels.
Definition: CPTPlot.m:48
BOOL alignsPointsToPixels
If YES (the default), all plot points will be aligned to device pixels when drawing.
Definition: CPTPlot.h:294
Structure that describes the encoding of numeric data samples.
Definition: CPTNumericDataType.h:27
@@ -310,7 +310,7 @@
CPTNumericDataType decimalDataType
The CPTNumericDataType used to cache plot data as NSDecimal.
Definition: CPTPlot.h:276
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:45
NSAttributedString * attributedTitle
The styled title of the plot displayed in the legend.
Definition: CPTPlot.h:252
-NSArray * fieldIdentifiers()
Identifiers (enum values) identifying the fields.
Definition: CPTPlot.m:2161
+NSArray * fieldIdentifiers()
Identifiers (enum values) identifying the fields.
Definition: CPTPlot.m:2173
BOOL drawLegendSwatchDecoration
If YES (the default), additional plot-specific decorations, symbols, and/or colors will be drawn on t...
Definition: CPTPlot.h:299
diff --git a/MacOS/_c_p_t_plot_range_8h_source.html b/MacOS/_c_p_t_plot_range_8h_source.html
index 9e2d5f0b..691c9062 100644
--- a/MacOS/_c_p_t_plot_range_8h_source.html
+++ b/MacOS/_c_p_t_plot_range_8h_source.html
@@ -81,59 +81,73 @@
-
- 19 @property (nonatomic, readonly) NSDecimal
length;
- 20 @property (nonatomic, readonly) NSDecimal
end;
-
-
-
-
- 25 @property (nonatomic, readonly) NSDecimal
minLimit;
- 26 @property (nonatomic, readonly) NSDecimal
midPoint;
- 27 @property (nonatomic, readonly) NSDecimal
maxLimit;
-
-
-
-
-
-
- 40 -(instancetype)initWithLocation:(
NSDecimal)loc length:(
NSDecimal)len NS_DESIGNATED_INITIALIZER;
- 41 -(instancetype)initWithCoder:(
NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
-
-
- 47 -(
BOOL)containsDouble:(
double)number;
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 42 +(instancetype)plotRangeWithLocationDecimal:(
NSDecimal)loc lengthDecimal:(
NSDecimal)len;
+
+
+ 48 -(instancetype)initWithLocationDecimal:(
NSDecimal)loc lengthDecimal:(
NSDecimal)len NS_DESIGNATED_INITIALIZER;
+ 49 -(instancetype)initWithCoder:(
NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
+
+
+ 55 -(
BOOL)containsDouble:(
double)number;
+
+
+
+
+
+
+
+
+
+
Number is above the range.
Definition: CPTPlotRange.h:11
+NSDecimal midPointDecimal
The middle value of the range.
Definition: CPTPlotRange.h:32
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
-double minLimitDouble
The minimum extreme value of the range as a double.
Definition: CPTPlotRange.h:28
-double lengthDouble
The length of the range as a double.
Definition: CPTPlotRange.h:22
-NSDecimal maxLimit
The maximum extreme value of the range.
Definition: CPTPlotRange.h:27
+NSDecimal maxLimitDecimal
The maximum extreme value of the range.
Definition: CPTPlotRange.h:33
+NSDecimal locationDecimal
The starting value of the range.
Definition: CPTPlotRange.h:21
+double minLimitDouble
The minimum extreme value of the range as a double.
Definition: CPTPlotRange.h:34
+NSDecimal endDecimal
The ending value of the range, equivalent to locationDecimal + lengthDecimal.
Definition: CPTPlotRange.h:23
+double lengthDouble
The length of the range as a double.
Definition: CPTPlotRange.h:25
CPTPlotRangeComparisonResult
Enumeration of possible results of a plot range comparison.
Definition: CPTPlotRange.h:8
-NSDecimal minLimit
The minimum extreme value of the range.
Definition: CPTPlotRange.h:25
+NSNumber * midPoint
The middle value of the range.
Definition: CPTPlotRange.h:29
+NSNumber * minLimit
The minimum extreme value of the range.
Definition: CPTPlotRange.h:28
+NSNumber * end
The ending value of the range, equivalent to location + length.
Definition: CPTPlotRange.h:20
-NSDecimal length
The length of the range.
Definition: CPTPlotRange.h:19
+NSNumber * maxLimit
The maximum extreme value of the range.
Definition: CPTPlotRange.h:30
Number is below the range.
Definition: CPTPlotRange.h:9
-NSDecimal location
The starting value of the range.
Definition: CPTPlotRange.h:18
-double locationDouble
The starting value of the range as a double.
Definition: CPTPlotRange.h:21
+double locationDouble
The starting value of the range as a double.
Definition: CPTPlotRange.h:24
+NSNumber * location
The starting value of the range.
Definition: CPTPlotRange.h:18
Number is in the range.
Definition: CPTPlotRange.h:10
-NSDecimal midPoint
The middle value of the range.
Definition: CPTPlotRange.h:26
-double maxLimitDouble
The maximum extreme value of the range as a double.
Definition: CPTPlotRange.h:30
-double endDouble
The ending value of the range as a double, equivalent to locationDouble + lengthDouble.
Definition: CPTPlotRange.h:23
-NSDecimal end
The ending value of the range, equivalent to location + length.
Definition: CPTPlotRange.h:20
+NSDecimal lengthDecimal
The length of the range.
Definition: CPTPlotRange.h:22
+double maxLimitDouble
The maximum extreme value of the range as a double.
Definition: CPTPlotRange.h:36
+double endDouble
The ending value of the range as a double, equivalent to locationDouble + lengthDouble.
Definition: CPTPlotRange.h:26
+NSDecimal minLimitDecimal
The minimum extreme value of the range.
Definition: CPTPlotRange.h:31
+NSNumber * length
The length of the range.
Definition: CPTPlotRange.h:19
-double midPointDouble
The middle value of the range as a double.
Definition: CPTPlotRange.h:29
+double midPointDouble
The middle value of the range as a double.
Definition: CPTPlotRange.h:35
diff --git a/MacOS/_c_p_t_scatter_plot_8h.html b/MacOS/_c_p_t_scatter_plot_8h.html
index f9b7540c..c58fafc9 100644
--- a/MacOS/_c_p_t_scatter_plot_8h.html
+++ b/MacOS/_c_p_t_scatter_plot_8h.html
@@ -122,6 +122,13 @@
}
| | Enumeration of scatter plot interpolation algorithms. More...
|
| |
+| enum | CPTScatterPlotHistogramOption : NSInteger { CPTScatterPlotHistogramNormal,
+CPTScatterPlotHistogramSkipFirst,
+CPTScatterPlotHistogramSkipSecond,
+CPTScatterPlotHistogramOptionCount
+ } |
+| | Enumeration of scatter plot histogram style options. More...
|
+| |
+
+
+
+
+
+
+
Enumeration of scatter plot histogram style options.
+
+| Enumerator |
|---|
| CPTScatterPlotHistogramNormal |
+ Standard histogram.
+ |
+| CPTScatterPlotHistogramSkipFirst |
+ Skip the first step of the histogram.
+ |
+| CPTScatterPlotHistogramSkipSecond |
+ Skip the second step of the histogram.
+ |
+| CPTScatterPlotHistogramOptionCount |
+ The number of histogram options available.
+ |
+
+
diff --git a/MacOS/_c_p_t_scatter_plot_8h.js b/MacOS/_c_p_t_scatter_plot_8h.js
index 265027e2..284e4ec1 100644
--- a/MacOS/_c_p_t_scatter_plot_8h.js
+++ b/MacOS/_c_p_t_scatter_plot_8h.js
@@ -7,6 +7,12 @@ var _c_p_t_scatter_plot_8h =
[ "CPTScatterPlotFieldX", "_c_p_t_scatter_plot_8h.html#a39afb4ad387bbed51af1831f7659c5f5ace7a95b26de1883d8f69dafc57cf0a1d", null ],
[ "CPTScatterPlotFieldY", "_c_p_t_scatter_plot_8h.html#a39afb4ad387bbed51af1831f7659c5f5afe5068b0719ce6f450911178dab9bafd", null ]
] ],
+ [ "CPTScatterPlotHistogramOption", "_c_p_t_scatter_plot_8h.html#a6c523e9e707e3cc85597b4529e1ad7b6", [
+ [ "CPTScatterPlotHistogramNormal", "_c_p_t_scatter_plot_8h.html#a6c523e9e707e3cc85597b4529e1ad7b6ac8f8fc3e8e089a4e55fb0902bb2824cd", null ],
+ [ "CPTScatterPlotHistogramSkipFirst", "_c_p_t_scatter_plot_8h.html#a6c523e9e707e3cc85597b4529e1ad7b6a564827c8261f6e8af4702a6d2f9df33c", null ],
+ [ "CPTScatterPlotHistogramSkipSecond", "_c_p_t_scatter_plot_8h.html#a6c523e9e707e3cc85597b4529e1ad7b6a8b977b47c8fc20c234bd2230f5b19d4c", null ],
+ [ "CPTScatterPlotHistogramOptionCount", "_c_p_t_scatter_plot_8h.html#a6c523e9e707e3cc85597b4529e1ad7b6ae06dcff56489fa6d8ebbab4a97184686", null ]
+ ] ],
[ "CPTScatterPlotInterpolation", "_c_p_t_scatter_plot_8h.html#a9fd27703c96dc44875d2ddf3073eecf1", [
[ "CPTScatterPlotInterpolationLinear", "_c_p_t_scatter_plot_8h.html#a9fd27703c96dc44875d2ddf3073eecf1aa0dcba8b82569841d1599aa5507f2957", null ],
[ "CPTScatterPlotInterpolationStepped", "_c_p_t_scatter_plot_8h.html#a9fd27703c96dc44875d2ddf3073eecf1a61b6b90b68d1b6c1ba6330683ed700df", null ],
diff --git a/MacOS/_c_p_t_scatter_plot_8h_source.html b/MacOS/_c_p_t_scatter_plot_8h_source.html
index 9ffc492f..1fa6ec16 100644
--- a/MacOS/_c_p_t_scatter_plot_8h_source.html
+++ b/MacOS/_c_p_t_scatter_plot_8h_source.html
@@ -96,137 +96,150 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 263 -(void)reloadPlotSymbolsInIndexRange:(
NSRange)indexRange;
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 274 -(void)reloadPlotSymbolsInIndexRange:(
NSRange)indexRange;
+
+
+
+
+
Defines a range and fill used to highlight a band of data.
Definition: CPTLimitBand.h:4
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
-CPTFill * areaFill
The fill style for the area underneath the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:237
-BOOL allowSimultaneousSymbolAndPlotSelection
YES if both symbol selection and line selection can happen on the same upEvent. If NO then when an up...
Definition: CPTScatterPlot.h:250
-NSDecimal areaBaseValue
The Y coordinate of the straight boundary of the area fill. If not a number, the area is not filled...
Definition: CPTScatterPlot.h:223
-CGPathRef newDataLinePath
The path used to draw the data line. The caller must release the returned path.
Definition: CPTScatterPlot.h:243
-CGFloat plotSymbolMarginForHitDetection
A margin added to each side of a symbol when determining whether it has been hit. ...
Definition: CPTScatterPlot.h:248
+CPTScatterPlotHistogramOption
Enumeration of scatter plot histogram style options.
Definition: CPTScatterPlot.h:40
+CPTFill * areaFill
The fill style for the area underneath the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:248
+BOOL allowSimultaneousSymbolAndPlotSelection
YES if both symbol selection and line selection can happen on the same upEvent. If NO then when an up...
Definition: CPTScatterPlot.h:261
+Skip the second step of the histogram.
Definition: CPTScatterPlot.h:43
+CGPathRef newDataLinePath
The path used to draw the data line. The caller must release the returned path.
Definition: CPTScatterPlot.h:254
+CGFloat plotSymbolMarginForHitDetection
A margin added to each side of a symbol when determining whether it has been hit. ...
Definition: CPTScatterPlot.h:259
+NSNumber * areaBaseValue
The Y coordinate of the straight boundary of the area fill. If not a number, the area is not filled...
Definition: CPTScatterPlot.h:233
Steps beginning at data point.
Definition: CPTScatterPlot.h:32
NSString *const CPTScatterPlotBindingPlotSymbols
Plot symbols.
Definition: CPTScatterPlot.m:34
CPTScatterPlotField
Enumeration of scatter plot data source field types.
Definition: CPTScatterPlot.h:22
-CGFloat plotLineMarginForHitDetection
A margin added to each side of a plot line when determining whether it has been hit.
Definition: CPTScatterPlot.h:249
+CGFloat plotLineMarginForHitDetection
A margin added to each side of a plot line when determining whether it has been hit.
Definition: CPTScatterPlot.h:260
Bezier curve interpolation.
Definition: CPTScatterPlot.h:34
+CPTScatterPlotHistogramOption histogramOption
The drawing style for a histogram plot line (interpolation = CPTScatterPlotInterpolationHistogram). Default is CPTScatterPlotHistogramNormal.
Definition: CPTScatterPlot.h:236
A plot data source.
Definition: CPTPlot.h:36
Plot symbols for CPTScatterPlot.
Definition: CPTPlotSymbol.h:26
-CPTScatterPlotInterpolation interpolation
The interpolation algorithm used for lines between data points. Default is CPTScatterPlotInterpolatio...
Definition: CPTScatterPlot.h:225
NSString *const CPTScatterPlotBindingXValues
X values.
Definition: CPTScatterPlot.m:32
Draws area fills.
Definition: CPTFill.h:5
-A scatter plot data source.
Definition: CPTScatterPlot.h:42
+A scatter plot data source.
Definition: CPTScatterPlot.h:52
+Standard histogram.
Definition: CPTScatterPlot.h:41
An abstract plot class.
Definition: CPTPlot.h:242
CPTScatterPlotInterpolation
Enumeration of scatter plot interpolation algorithms.
Definition: CPTScatterPlot.h:30
+The number of histogram options available.
Definition: CPTScatterPlot.h:44
-CPTLineStyle * dataLineStyle
The line style for the data line. If nil, the line is not drawn.
Definition: CPTScatterPlot.h:235
+CPTLineStyle * dataLineStyle
The line style for the data line. If nil, the line is not drawn.
Definition: CPTScatterPlot.h:246
X values.
Definition: CPTScatterPlot.h:23
-CPTFill * areaFill2
The fill style for the area above the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:238
+CPTFill * areaFill2
The fill style for the area above the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:249
Plot delegate.
Definition: CPTPlot.h:155
Linear interpolation.
Definition: CPTScatterPlot.h:31
+Skip the first step of the histogram.
Definition: CPTScatterPlot.h:42
-
NSString *const CPTScatterPlotBindingYValues
Y values.
Definition: CPTScatterPlot.m:33
-CPTPlotSymbol * plotSymbol
The plot symbol drawn at each point if the data source does not provide symbols. If nil...
Definition: CPTScatterPlot.h:236
-NSDecimal areaBaseValue2
The Y coordinate of the straight boundary of the secondary area fill. If not a number, the area is not filled.
Definition: CPTScatterPlot.h:224
+CPTPlotSymbol * plotSymbol
The plot symbol drawn at each point if the data source does not provide symbols. If nil...
Definition: CPTScatterPlot.h:247
+CPTScatterPlotInterpolation interpolation
The interpolation algorithm used for lines between data points. Default is CPTScatterPlotInterpolatio...
Definition: CPTScatterPlot.h:235
Y values.
Definition: CPTScatterPlot.h:24
-NSArray * areaFillBands
An array of CPTLimitBand objects.
Definition: CPTScatterPlot.h:230
-A two-dimensional scatter plot.
Definition: CPTScatterPlot.h:219
-void reloadPlotSymbols()
Reload all plot symbols from the data source immediately.
Definition: CPTScatterPlot.m:340
+NSArray * areaFillBands
An array of CPTLimitBand objects.
Definition: CPTScatterPlot.h:241
+A two-dimensional scatter plot.
Definition: CPTScatterPlot.h:229
+void reloadPlotSymbols()
Reload all plot symbols from the data source immediately.
Definition: CPTScatterPlot.m:355
Steps centered at data point.
Definition: CPTScatterPlot.h:33
-Scatter plot delegate.
Definition: CPTScatterPlot.h:75
+Scatter plot delegate.
Definition: CPTScatterPlot.h:85
+NSNumber * areaBaseValue2
The Y coordinate of the straight boundary of the secondary area fill. If not a number, the area is not filled.
Definition: CPTScatterPlot.h:234
diff --git a/MacOS/_c_p_t_utilities_8h_source.html b/MacOS/_c_p_t_utilities_8h_source.html
index f22d9928..57960901 100644
--- a/MacOS/_c_p_t_utilities_8h_source.html
+++ b/MacOS/_c_p_t_utilities_8h_source.html
@@ -179,12 +179,12 @@
-CGRect CPTAlignRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space to integral coordinates in device space.
Definition: CPTUtilities.m:853
+CGRect CPTAlignRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space to integral coordinates in device space.
Definition: CPTUtilities.m:849
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
CPTRGBAColor CPTRGBAColorFromCGColor(CGColorRef color)
Extracts the color information from a CGColorRef and returns it as a CPTRGBAColor.
Definition: CPTUtilities.m:747
NSRange CPTExpandedRange(NSRange range, NSInteger expandBy)
Expands an NSRange by the given amount.
Definition: CPTUtilities.m:727
NSDecimal CPTDecimalAbs(NSDecimal value)
Determines the absolute value of an NSDecimal value.
Definition: CPTUtilities.m:705
-NSString * CPTStringFromRect(CGRect rect)
Creates a string representation of the given rectangle.
Definition: CPTUtilities.m:982
+NSString * CPTStringFromRect(CGRect rect)
Creates a string representation of the given rectangle.
Definition: CPTUtilities.m:963
int CPTDecimalIntValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an int.
Definition: CPTUtilities.m:61
NSDecimal CPTDecimalFromShort(int16_t anInt)
Converts a 16-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:212
@@ -200,7 +200,7 @@
NSUInteger CPTDecimalUnsignedIntegerValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an NSUInteger.
Definition: CPTUtilities.m:131
NSDecimal CPTDecimalFromUnsignedChar(uint8_t i)
Converts an unsigned 8-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:327
NSDecimal CPTDecimalAdd(NSDecimal leftOperand, NSDecimal rightOperand)
Adds two NSDecimal structs together.
Definition: CPTUtilities.m:545
-CGPoint CPTAlignIntegralPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space between integral coordinates in device space.
Definition: CPTUtilities.m:887
+CGPoint CPTAlignIntegralPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space between integral coordinates in device space.
Definition: CPTUtilities.m:877
float CPTDecimalFloatValue(NSDecimal decimalNumber)
Converts an NSDecimal value to a float.
Definition: CPTUtilities.m:141
NSDecimal CPTDecimalFromLongLong(int64_t anInt)
Converts a 64-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:258
@@ -209,8 +209,8 @@
uint16_t CPTDecimalUnsignedShortValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 16-bit integer.
Definition: CPTUtilities.m:91
NSDecimal CPTDecimalFromInt(int i)
Converts an int value to an NSDecimal.
Definition: CPTUtilities.m:281
NSDecimal CPTDecimalFromInteger(NSInteger i)
Converts an NSInteger value to an NSDecimal.
Definition: CPTUtilities.m:304
-NSString * CPTStringFromPoint(CGPoint point)
Creates a string representation of the given point.
Definition: CPTUtilities.m:964
-BOOL CPTEdgeInsetsEqualToEdgeInsets(CPTEdgeInsets insets1, CPTEdgeInsets insets2)
Definition: CPTUtilities.m:1019
+NSString * CPTStringFromPoint(CGPoint point)
Creates a string representation of the given point.
Definition: CPTUtilities.m:945
+BOOL CPTEdgeInsetsEqualToEdgeInsets(CPTEdgeInsets insets1, CPTEdgeInsets insets2)
Definition: CPTUtilities.m:1000
double CPTDecimalDoubleValue(NSDecimal decimalNumber)
Converts an NSDecimal value to a double.
Definition: CPTUtilities.m:151
NSDecimal CPTDecimalFromString(NSString *stringRepresentation)
Parses a string and extracts the numeric value as an NSDecimal.
Definition: CPTUtilities.m:519
@@ -218,21 +218,21 @@
BOOL CPTDecimalLessThan(NSDecimal leftOperand, NSDecimal rightOperand)
Checks to see if one NSDecimal is less than another.
Definition: CPTUtilities.m:626
unsigned int CPTDecimalUnsignedIntValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned int.
Definition: CPTUtilities.m:121
-CGRect CPTAlignBorderedRectToUserSpace(CGContextRef context, CGRect rect, CPTLineStyle *borderLineStyle)
Definition: CPTUtilities.m:931
+CGRect CPTAlignBorderedRectToUserSpace(CGContextRef context, CGRect rect, CPTLineStyle *borderLineStyle)
Definition: CPTUtilities.m:912
CGPoint CPTAlignPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space to integral coordinates in device space.
Definition: CPTUtilities.m:801
NSString * CPTDecimalStringValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an NSString.
Definition: CPTUtilities.m:176
-CGSize CPTAlignSizeToUserSpace(CGContextRef context, CGSize size)
Adjusts a size in user space to integral dimensions in device space.
Definition: CPTUtilities.m:829
+CGSize CPTAlignSizeToUserSpace(CGContextRef context, CGSize size)
Adjusts a size in user space to integral dimensions in device space.
Definition: CPTUtilities.m:825
uint32_t CPTDecimalUnsignedLongValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 32-bit integer.
Definition: CPTUtilities.m:101
NSDecimal CPTDecimalFromUnsignedLong(uint32_t i)
Converts an unsigned 32-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:373
NSDecimal CPTDecimalFromDouble(double aDouble)
Converts a double value to an NSDecimal.
Definition: CPTUtilities.m:483
CPTCoordinate CPTOrthogonalCoordinate(CPTCoordinate coord)
Determines the CPTCoordinate that is orthogonal to the one provided.
Definition: CPTUtilities.m:783
-CPTEdgeInsets CPTEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
Definition: CPTUtilities.m:1007
+CPTEdgeInsets CPTEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
Definition: CPTUtilities.m:988
NSDecimal CPTDecimalFromLong(int32_t anInt)
Converts a 32-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:235
-CGRect CPTAlignIntegralRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space between integral coordinates in device space.
Definition: CPTUtilities.m:911
+CGRect CPTAlignIntegralRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space between integral coordinates in device space.
Definition: CPTUtilities.m:897
CGRect(* CPTAlignRectFunction)(CGContextRef, CGRect)
A function called to align a rectangle in a CGContext.
Definition: CPTUtilities.h:116
CPTCoordinate
Enumeration of axis coordinates.
Definition: CPTDefinitions.h:139
-CGFloat squareOfDistanceBetweenPoints(CGPoint point1, CGPoint point2)
Computes the square of the distance between two points.
Definition: CPTUtilities.m:995
+CGFloat squareOfDistanceBetweenPoints(CGPoint point1, CGPoint point2)
Computes the square of the distance between two points.
Definition: CPTUtilities.m:976
NSDecimal CPTDecimalMin(NSDecimal leftOperand, NSDecimal rightOperand)
Determines the smaller of two NSDecimal values.
Definition: CPTUtilities.m:674
@@ -249,7 +249,7 @@
uint8_t CPTDecimalUnsignedCharValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 8-bit integer.
Definition: CPTUtilities.m:81
CGPoint(* CPTAlignPointFunction)(CGContextRef, CGPoint)
A function called to align a point in a CGContext.
Definition: CPTUtilities.h:111
-NSString * CPTStringFromSize(CGSize size)
Creates a string representation of the given size.
Definition: CPTUtilities.m:973
+NSString * CPTStringFromSize(CGSize size)
Creates a string representation of the given size.
Definition: CPTUtilities.m:954
NSDecimal CPTDecimalNaN(void)
Creates and returns an NSDecimal struct that represents the value “not a number” (NaN)...
Definition: CPTUtilities.m:663
BOOL CPTDecimalLessThanOrEqualTo(NSDecimal leftOperand, NSDecimal rightOperand)
Checks to see if one NSDecimal is less than or equal to another.
Definition: CPTUtilities.m:637
NSInteger CPTDecimalIntegerValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an NSInteger.
Definition: CPTUtilities.m:71
diff --git a/MacOS/_c_p_t_x_y_axis_8h_source.html b/MacOS/_c_p_t_x_y_axis_8h_source.html
index 584d95f1..e6df2ee6 100644
--- a/MacOS/_c_p_t_x_y_axis_8h_source.html
+++ b/MacOS/_c_p_t_x_y_axis_8h_source.html
@@ -76,15 +76,15 @@
-
+
-NSDecimal orthogonalCoordinateDecimal
The data coordinate value where the axis crosses the orthogonal axis. If the axisConstraints is non-n...
Definition: CPTXYAxis.h:9
+NSNumber * orthogonalPosition
The data coordinate value where the axis crosses the orthogonal axis. If the axisConstraints is non-n...
Definition: CPTXYAxis.h:9
+
A 2-dimensional cartesian (X-Y) axis class.
Definition: CPTXYAxis.h:5
-CPTConstraints * axisConstraints
The constraints used when positioning relative to the plot area. If nil (the default), the axis is fixed relative to the plot space coordinates, crossing the orthogonal axis at orthogonalCoordinateDecimal and moves only whenever the plot space ranges change.
Definition: CPTXYAxis.h:10
-
+CPTConstraints * axisConstraints
The constraints used when positioning relative to the plot area. If nil (the default), the axis is fixed relative to the plot space coordinates, crossing the orthogonal axis at orthogonalPosition and moves only whenever the plot space ranges change.
Definition: CPTXYAxis.h:10
An abstract axis class.
Definition: CPTAxis.h:186
Implements a one-dimensional constrained position within a given numeric range.
Definition: CPTConstraints.h:1
diff --git a/MacOS/_core_plot_8h_source.html b/MacOS/_core_plot_8h_source.html
index 6b7876df..527a4403 100644
--- a/MacOS/_core_plot_8h_source.html
+++ b/MacOS/_core_plot_8h_source.html
@@ -70,74 +70,149 @@
CorePlot.h
-
Go to the documentation of this file. 1 #import <Cocoa/Cocoa.h>
+
Go to the documentation of this file. 1 #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
-
3 #import <CorePlot/CPTAnimation.h>
-
4 #import <CorePlot/CPTAnimationOperation.h>
-
5 #import <CorePlot/CPTAnimationPeriod.h>
-
6 #import <CorePlot/CPTAnnotation.h>
-
7 #import <CorePlot/CPTAnnotationHostLayer.h>
-
8 #import <CorePlot/CPTAxis.h>
-
9 #import <CorePlot/CPTAxisLabel.h>
-
10 #import <CorePlot/CPTAxisSet.h>
-
11 #import <CorePlot/CPTAxisTitle.h>
-
12 #import <CorePlot/CPTBarPlot.h>
-
13 #import <CorePlot/CPTBorderedLayer.h>
-
14 #import <CorePlot/CPTCalendarFormatter.h>
-
15 #import <CorePlot/CPTColor.h>
-
16 #import <CorePlot/CPTColorSpace.h>
-
17 #import <CorePlot/CPTConstraints.h>
-
18 #import <CorePlot/CPTDecimalNumberValueTransformer.h>
-
19 #import <CorePlot/CPTDefinitions.h>
-
20 #import <CorePlot/CPTExceptions.h>
-
21 #import <CorePlot/CPTFill.h>
-
22 #import <CorePlot/CPTFunctionDataSource.h>
-
23 #import <CorePlot/CPTGradient.h>
-
24 #import <CorePlot/CPTGraph.h>
-
25 #import <CorePlot/CPTImage.h>
-
26 #import <CorePlot/CPTLayer.h>
-
27 #import <CorePlot/CPTLayerAnnotation.h>
-
28 #import <CorePlot/CPTLegend.h>
-
29 #import <CorePlot/CPTLegendEntry.h>
-
30 #import <CorePlot/CPTLimitBand.h>
-
31 #import <CorePlot/CPTLineCap.h>
-
32 #import <CorePlot/CPTLineStyle.h>
-
33 #import <CorePlot/CPTMutableLineStyle.h>
-
34 #import <CorePlot/CPTMutableNumericData.h>
-
35 #import <CorePlot/CPTMutableNumericData+TypeConversion.h>
-
36 #import <CorePlot/CPTMutablePlotRange.h>
-
37 #import <CorePlot/CPTMutableShadow.h>
-
38 #import <CorePlot/CPTMutableTextStyle.h>
-
39 #import <CorePlot/CPTNumericDataType.h>
-
40 #import <CorePlot/CPTNumericData.h>
-
41 #import <CorePlot/CPTNumericData+TypeConversion.h>
-
42 #import <CorePlot/CPTPieChart.h>
-
43 #import <CorePlot/CPTPlatformSpecificDefines.h>
-
44 #import <CorePlot/CPTPlatformSpecificFunctions.h>
-
45 #import <CorePlot/CPTPlatformSpecificCategories.h>
-
46 #import <CorePlot/CPTPathExtensions.h>
-
47 #import <CorePlot/CPTPlot.h>
-
48 #import <CorePlot/CPTPlotArea.h>
-
49 #import <CorePlot/CPTPlotAreaFrame.h>
-
50 #import <CorePlot/CPTPlotRange.h>
-
51 #import <CorePlot/CPTPlotSpace.h>
-
52 #import <CorePlot/CPTPlotSpaceAnnotation.h>
-
53 #import <CorePlot/CPTPlotSymbol.h>
-
54 #import <CorePlot/CPTRangePlot.h>
-
55 #import <CorePlot/CPTResponder.h>
-
56 #import <CorePlot/CPTScatterPlot.h>
-
57 #import <CorePlot/CPTShadow.h>
-
58 #import <CorePlot/CPTTextLayer.h>
-
59 #import <CorePlot/CPTTextStyle.h>
-
60 #import <CorePlot/CPTTradingRangePlot.h>
-
61 #import <CorePlot/CPTTheme.h>
-
62 #import <CorePlot/CPTTimeFormatter.h>
-
63 #import <CorePlot/CPTUtilities.h>
-
64 #import <CorePlot/CPTXYAxis.h>
-
65 #import <CorePlot/CPTXYAxisSet.h>
-
66 #import <CorePlot/CPTXYGraph.h>
-
67 #import <CorePlot/CPTXYPlotSpace.h>
-
68 #import <CorePlot/CPTGraphHostingView.h>
+
3 #import <Foundation/Foundation.h>
+
4 #import <UIKit/UIKit.h>
+
+
6 #import <CorePlot_iOS/CPTAnimation.h>
+
7 #import <CorePlot_iOS/CPTAnimationOperation.h>
+
8 #import <CorePlot_iOS/CPTAnimationPeriod.h>
+
9 #import <CorePlot_iOS/CPTAnnotation.h>
+
10 #import <CorePlot_iOS/CPTAnnotationHostLayer.h>
+
11 #import <CorePlot_iOS/CPTAxis.h>
+
12 #import <CorePlot_iOS/CPTAxisLabel.h>
+
13 #import <CorePlot_iOS/CPTAxisSet.h>
+
14 #import <CorePlot_iOS/CPTAxisTitle.h>
+
15 #import <CorePlot_iOS/CPTBarPlot.h>
+
16 #import <CorePlot_iOS/CPTBorderedLayer.h>
+
17 #import <CorePlot_iOS/CPTCalendarFormatter.h>
+
18 #import <CorePlot_iOS/CPTColor.h>
+
19 #import <CorePlot_iOS/CPTColorSpace.h>
+
20 #import <CorePlot_iOS/CPTConstraints.h>
+
21 #import <CorePlot_iOS/CPTDefinitions.h>
+
22 #import <CorePlot_iOS/CPTExceptions.h>
+
23 #import <CorePlot_iOS/CPTFill.h>
+
24 #import <CorePlot_iOS/CPTFunctionDataSource.h>
+
25 #import <CorePlot_iOS/CPTGradient.h>
+
26 #import <CorePlot_iOS/CPTGraph.h>
+
27 #import <CorePlot_iOS/CPTImage.h>
+
28 #import <CorePlot_iOS/CPTLayer.h>
+
29 #import <CorePlot_iOS/CPTLayerAnnotation.h>
+
30 #import <CorePlot_iOS/CPTLegend.h>
+
31 #import <CorePlot_iOS/CPTLegendEntry.h>
+
32 #import <CorePlot_iOS/CPTLimitBand.h>
+
33 #import <CorePlot_iOS/CPTLineCap.h>
+
34 #import <CorePlot_iOS/CPTLineStyle.h>
+
35 #import <CorePlot_iOS/CPTMutableLineStyle.h>
+
36 #import <CorePlot_iOS/CPTMutableNumericData.h>
+
37 #import <CorePlot_iOS/CPTMutableNumericData+TypeConversion.h>
+
38 #import <CorePlot_iOS/CPTMutablePlotRange.h>
+
39 #import <CorePlot_iOS/CPTMutableShadow.h>
+
40 #import <CorePlot_iOS/CPTMutableTextStyle.h>
+
41 #import <CorePlot_iOS/CPTNumericDataType.h>
+
42 #import <CorePlot_iOS/CPTNumericData.h>
+
43 #import <CorePlot_iOS/CPTNumericData+TypeConversion.h>
+
44 #import <CorePlot_iOS/CPTPieChart.h>
+
45 #import <CorePlot_iOS/CPTPlatformSpecificDefines.h>
+
46 #import <CorePlot_iOS/CPTPlatformSpecificFunctions.h>
+
47 #import <CorePlot_iOS/CPTPlatformSpecificCategories.h>
+
48 #import <CorePlot_iOS/CPTPathExtensions.h>
+
49 #import <CorePlot_iOS/CPTPlot.h>
+
50 #import <CorePlot_iOS/CPTPlotArea.h>
+
51 #import <CorePlot_iOS/CPTPlotAreaFrame.h>
+
52 #import <CorePlot_iOS/CPTPlotRange.h>
+
53 #import <CorePlot_iOS/CPTPlotSpace.h>
+
54 #import <CorePlot_iOS/CPTPlotSpaceAnnotation.h>
+
55 #import <CorePlot_iOS/CPTPlotSymbol.h>
+
56 #import <CorePlot_iOS/CPTRangePlot.h>
+
57 #import <CorePlot_iOS/CPTResponder.h>
+
58 #import <CorePlot_iOS/CPTScatterPlot.h>
+
59 #import <CorePlot_iOS/CPTShadow.h>
+
60 #import <CorePlot_iOS/CPTTextLayer.h>
+
61 #import <CorePlot_iOS/CPTTextStyle.h>
+
62 #import <CorePlot_iOS/CPTTradingRangePlot.h>
+
63 #import <CorePlot_iOS/CPTTheme.h>
+
64 #import <CorePlot_iOS/CPTTimeFormatter.h>
+
65 #import <CorePlot_iOS/CPTUtilities.h>
+
66 #import <CorePlot_iOS/CPTXYAxis.h>
+
67 #import <CorePlot_iOS/CPTXYAxisSet.h>
+
68 #import <CorePlot_iOS/CPTXYGraph.h>
+
69 #import <CorePlot_iOS/CPTXYPlotSpace.h>
+
70 #import <CorePlot_iOS/CPTGraphHostingView.h>
+
+
+
+
74 #import <Cocoa/Cocoa.h>
+
+
76 #import <CorePlot/CPTAnimation.h>
+
77 #import <CorePlot/CPTAnimationOperation.h>
+
78 #import <CorePlot/CPTAnimationPeriod.h>
+
79 #import <CorePlot/CPTAnnotation.h>
+
80 #import <CorePlot/CPTAnnotationHostLayer.h>
+
81 #import <CorePlot/CPTAxis.h>
+
82 #import <CorePlot/CPTAxisLabel.h>
+
83 #import <CorePlot/CPTAxisSet.h>
+
84 #import <CorePlot/CPTAxisTitle.h>
+
85 #import <CorePlot/CPTBarPlot.h>
+
86 #import <CorePlot/CPTBorderedLayer.h>
+
87 #import <CorePlot/CPTCalendarFormatter.h>
+
88 #import <CorePlot/CPTColor.h>
+
89 #import <CorePlot/CPTColorSpace.h>
+
90 #import <CorePlot/CPTConstraints.h>
+
91 #import <CorePlot/CPTDecimalNumberValueTransformer.h>
+
92 #import <CorePlot/CPTDefinitions.h>
+
93 #import <CorePlot/CPTExceptions.h>
+
94 #import <CorePlot/CPTFill.h>
+
95 #import <CorePlot/CPTFunctionDataSource.h>
+
96 #import <CorePlot/CPTGradient.h>
+
97 #import <CorePlot/CPTGraph.h>
+
98 #import <CorePlot/CPTImage.h>
+
99 #import <CorePlot/CPTLayer.h>
+
100 #import <CorePlot/CPTLayerAnnotation.h>
+
101 #import <CorePlot/CPTLegend.h>
+
102 #import <CorePlot/CPTLegendEntry.h>
+
103 #import <CorePlot/CPTLimitBand.h>
+
104 #import <CorePlot/CPTLineCap.h>
+
105 #import <CorePlot/CPTLineStyle.h>
+
106 #import <CorePlot/CPTMutableLineStyle.h>
+
107 #import <CorePlot/CPTMutableNumericData.h>
+
108 #import <CorePlot/CPTMutableNumericData+TypeConversion.h>
+
109 #import <CorePlot/CPTMutablePlotRange.h>
+
110 #import <CorePlot/CPTMutableShadow.h>
+
111 #import <CorePlot/CPTMutableTextStyle.h>
+
112 #import <CorePlot/CPTNumericDataType.h>
+
113 #import <CorePlot/CPTNumericData.h>
+
114 #import <CorePlot/CPTNumericData+TypeConversion.h>
+
115 #import <CorePlot/CPTPieChart.h>
+
116 #import <CorePlot/CPTPlatformSpecificDefines.h>
+
117 #import <CorePlot/CPTPlatformSpecificFunctions.h>
+
118 #import <CorePlot/CPTPlatformSpecificCategories.h>
+
119 #import <CorePlot/CPTPathExtensions.h>
+
120 #import <CorePlot/CPTPlot.h>
+
121 #import <CorePlot/CPTPlotArea.h>
+
122 #import <CorePlot/CPTPlotAreaFrame.h>
+
123 #import <CorePlot/CPTPlotRange.h>
+
124 #import <CorePlot/CPTPlotSpace.h>
+
125 #import <CorePlot/CPTPlotSpaceAnnotation.h>
+
126 #import <CorePlot/CPTPlotSymbol.h>
+
127 #import <CorePlot/CPTRangePlot.h>
+
128 #import <CorePlot/CPTResponder.h>
+
129 #import <CorePlot/CPTScatterPlot.h>
+
130 #import <CorePlot/CPTShadow.h>
+
131 #import <CorePlot/CPTTextLayer.h>
+
132 #import <CorePlot/CPTTextStyle.h>
+
133 #import <CorePlot/CPTTradingRangePlot.h>
+
134 #import <CorePlot/CPTTheme.h>
+
135 #import <CorePlot/CPTTimeFormatter.h>
+
136 #import <CorePlot/CPTUtilities.h>
+
137 #import <CorePlot/CPTXYAxis.h>
+
138 #import <CorePlot/CPTXYAxisSet.h>
+
139 #import <CorePlot/CPTXYGraph.h>
+
140 #import <CorePlot/CPTXYPlotSpace.h>
+
141 #import <CorePlot/CPTGraphHostingView.h>
+
+
diff --git a/MacOS/category_c_p_t_axis_07_abstract_methods_08-members.html b/MacOS/category_c_p_t_axis_07_abstract_methods_08-members.html
index 10b86125..e630ecdb 100644
--- a/MacOS/category_c_p_t_axis_07_abstract_methods_08-members.html
+++ b/MacOS/category_c_p_t_axis_07_abstract_methods_08-members.html
@@ -78,7 +78,7 @@
| - | drawBackgroundBandsInContext: | CPTAxis(AbstractMethods) | |
| - | drawBackgroundLimitsInContext: | CPTAxis(AbstractMethods) | |
| - | drawGridLinesInContext:isMajor: | CPTAxis(AbstractMethods) | |
- | - | viewPointForCoordinateDecimalNumber: | CPTAxis(AbstractMethods) | |
+ | - | viewPointForCoordinateValue: | CPTAxis(AbstractMethods) | |
diff --git a/MacOS/category_c_p_t_axis_07_abstract_methods_08.html b/MacOS/category_c_p_t_axis_07_abstract_methods_08.html
index ed492671..42d925d1 100644
--- a/MacOS/category_c_p_t_axis_07_abstract_methods_08.html
+++ b/MacOS/category_c_p_t_axis_07_abstract_methods_08.html
@@ -83,9 +83,9 @@
|
|
-| (CGPoint) | - viewPointForCoordinateDecimalNumber: |
-| | Converts a position on the axis to drawing coordinates. More...
|
-| |
+| (CGPoint) | - viewPointForCoordinateValue: |
+| | Converts a position on the axis to drawing coordinates. More...
|
+| |
|
| (void) | - drawGridLinesInContext:isMajor: |
| | Draws grid lines into the provided graphics context. More...
|
@@ -190,15 +190,15 @@
-
+
- | - (CGPoint) viewPointForCoordinateDecimalNumber: |
+ - (CGPoint) viewPointForCoordinateValue: |
|
- (NSDecimal) |
- coordinateDecimalNumber |
+ (NSNumber *) |
+ coordinateValue |
|
@@ -207,13 +207,13 @@
Converts a position on the axis to drawing coordinates.
- Parameters
-
- | coordinateDecimalNumber | The axis value in data coordinate space. |
+ | coordinateValue | The axis value in data coordinate space. |
- Returns
- The drawing coordinates of the point.
-
Extends class CPTAxis.
+
Extends class CPTAxis.
diff --git a/MacOS/category_c_p_t_axis_07_abstract_methods_08.js b/MacOS/category_c_p_t_axis_07_abstract_methods_08.js
index 45792ac7..b8777333 100644
--- a/MacOS/category_c_p_t_axis_07_abstract_methods_08.js
+++ b/MacOS/category_c_p_t_axis_07_abstract_methods_08.js
@@ -3,5 +3,5 @@ var category_c_p_t_axis_07_abstract_methods_08 =
[ "drawBackgroundBandsInContext:", "category_c_p_t_axis_07_abstract_methods_08.html#a26e0b9f86de20b0fd293e98e6850154b", null ],
[ "drawBackgroundLimitsInContext:", "category_c_p_t_axis_07_abstract_methods_08.html#a3a7f29c9c8f34165fd3b1635fcac3114", null ],
[ "drawGridLinesInContext:isMajor:", "category_c_p_t_axis_07_abstract_methods_08.html#afc4a9b3419504af68296616ce8a95572", null ],
- [ "viewPointForCoordinateDecimalNumber:", "category_c_p_t_axis_07_abstract_methods_08.html#af25bf15f120918facdcd1a73ff0f963c", null ]
+ [ "viewPointForCoordinateValue:", "category_c_p_t_axis_07_abstract_methods_08.html#a3ddb0aa59595335d87bb378771f63384", null ]
];
\ No newline at end of file
diff --git a/MacOS/class_c_p_t_axis-members.html b/MacOS/class_c_p_t_axis-members.html
index 670f7778..f958f752 100644
--- a/MacOS/class_c_p_t_axis-members.html
+++ b/MacOS/class_c_p_t_axis-members.html
@@ -102,7 +102,7 @@
| cornerRadius | CALayer | |
| - | dataForPDFRepresentationOfLayer | CPTLayer | |
| - | dealloc | NSObject | |
- | defaultTitleLocation | CPTAxis | |
+ | defaultTitleLocation | CPTAxis | |
| delegate | CALayer | |
| - | description | <NSObject> | |
| - | description | <NSObject> | |
@@ -139,7 +139,7 @@
| labelAlignment | CPTAxis | |
| labelExclusionRanges | CPTAxis | |
| labelFormatter | CPTAxis | |
- | labelingOrigin | CPTAxis | |
+ | labelingOrigin | CPTAxis | |
| labelingPolicy | CPTAxis | |
| labelOffset | CPTAxis | |
| labelRotation | CPTAxis | |
@@ -152,7 +152,7 @@
| - | logLayers | CPTLayer | |
| majorGridLines | CPTAxis | |
| majorGridLineStyle | CPTAxis | |
- | majorIntervalLength | CPTAxis | |
+ | majorIntervalLength | CPTAxis | |
| majorTickLength | CPTAxis | |
| majorTickLineStyle | CPTAxis | |
| majorTickLocations | CPTAxis | |
@@ -216,7 +216,7 @@
| timeOffset | <CAMediaTiming> | |
| title | CPTAxis | |
| titleDirection | CPTAxis | |
- | titleLocation | CPTAxis | |
+ | titleLocation | CPTAxis | |
| titleOffset | CPTAxis | |
| titleRotation | CPTAxis | |
| titleTextStyle | CPTAxis | |
@@ -226,7 +226,7 @@
| - | updateMinorTickLabels | CPTAxis | |
| useFastRendering | CPTLayer | |
| - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
- | - | viewPointForCoordinateDecimalNumber: | CPTAxis(AbstractMethods) | |
+ | - | viewPointForCoordinateValue: | CPTAxis(AbstractMethods) | |
| visibleAxisRange | CPTAxis | |
| visibleRange | CPTAxis | |
diff --git a/MacOS/class_c_p_t_axis_label-members.html b/MacOS/class_c_p_t_axis_label-members.html
index 74fa62bf..15db89cc 100644
--- a/MacOS/class_c_p_t_axis_label-members.html
+++ b/MacOS/class_c_p_t_axis_label-members.html
@@ -106,7 +106,7 @@
| - | positionBetweenViewPoint:andViewPoint:forCoordinate:inDirection: | CPTAxisLabel | |
| - | positionRelativeToViewPoint:forCoordinate:inDirection: | CPTAxisLabel | |
| rotation | CPTAxisLabel | |
- | tickLocation | CPTAxisLabel | |
+ | tickLocation | CPTAxisLabel | |
| - | unbind: | <NSKeyValueBindingCreation> | |
| - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
diff --git a/MacOS/class_c_p_t_axis_title-members.html b/MacOS/class_c_p_t_axis_title-members.html
index 80b2255d..121e5053 100644
--- a/MacOS/class_c_p_t_axis_title-members.html
+++ b/MacOS/class_c_p_t_axis_title-members.html
@@ -106,7 +106,7 @@
| - | positionBetweenViewPoint:andViewPoint:forCoordinate:inDirection: | CPTAxisLabel | |
| - | positionRelativeToViewPoint:forCoordinate:inDirection: | CPTAxisLabel | |
| rotation | CPTAxisLabel | |
- | tickLocation | CPTAxisLabel | |
+ | tickLocation | CPTAxisLabel | |
| - | unbind: | <NSKeyValueBindingCreation> | |
| - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
diff --git a/MacOS/class_c_p_t_bar_plot-members.html b/MacOS/class_c_p_t_bar_plot-members.html
index c87f8ebc..b24ecd2a 100644
--- a/MacOS/class_c_p_t_bar_plot-members.html
+++ b/MacOS/class_c_p_t_bar_plot-members.html
@@ -89,13 +89,11 @@
| barBaseCornerRadius | CPTBarPlot | |
| barBasesVary | CPTBarPlot | |
| barCornerRadius | CPTBarPlot | |
- | barOffset | CPTBarPlot | |
- | barOffsetScale | CPTBarPlot | |
- | barsAreHorizontal | CPTBarPlot | |
- | barWidth | CPTBarPlot | |
- | barWidthsAreInViewCoordinates | CPTBarPlot | |
- | barWidthScale | CPTBarPlot | |
- | baseValue | CPTBarPlot | |
+ | barOffset | CPTBarPlot | |
+ | barsAreHorizontal | CPTBarPlot | |
+ | barWidth | CPTBarPlot | |
+ | barWidthsAreInViewCoordinates | CPTBarPlot | |
+ | baseValue | CPTBarPlot | |
| beginTime | <CAMediaTiming> | |
| - | bind:toObject:withKeyPath:options: | <NSKeyValueBindingCreation> | |
| bounds | CALayer | |
diff --git a/MacOS/class_c_p_t_mutable_plot_range-members.html b/MacOS/class_c_p_t_mutable_plot_range-members.html
index 19a71895..251a1c1d 100644
--- a/MacOS/class_c_p_t_mutable_plot_range-members.html
+++ b/MacOS/class_c_p_t_mutable_plot_range-members.html
@@ -91,39 +91,47 @@
| - | dealloc | NSObject | |
| - | description | <NSObject> | |
| - | encodeWithCoder: | <NSCoding> | |
- | end | CPTPlotRange | |
- | endDouble | CPTPlotRange | |
- | - | expandRangeByFactor: | CPTMutablePlotRange | |
- | + | exposeBinding: | <NSKeyValueBindingCreation> | static |
- | - | exposedBindings | <NSKeyValueBindingCreation> | |
- | - | finalize | NSObject | |
- | - | hash | <NSObject> | |
- | - | infoForBinding: | <NSKeyValueBindingCreation> | |
- | - | init | CPTPlotRange | |
- | + | initialize | NSObject | static |
- | - | initWithCoder: | CPTPlotRange | |
- | - | initWithCoder: | <NSCoding> | |
- | - | initWithLocation:length: | CPTPlotRange | |
+ | end | CPTPlotRange | |
+ | endDecimal | CPTPlotRange | |
+ | endDouble | CPTPlotRange | |
+ | - | expandRangeByFactor: | CPTMutablePlotRange | |
+ | + | exposeBinding: | <NSKeyValueBindingCreation> | static |
+ | - | exposedBindings | <NSKeyValueBindingCreation> | |
+ | - | finalize | NSObject | |
+ | - | hash | <NSObject> | |
+ | - | infoForBinding: | <NSKeyValueBindingCreation> | |
+ | - | init | CPTPlotRange | |
+ | + | initialize | NSObject | static |
+ | - | initWithCoder: | CPTPlotRange | |
+ | - | initWithCoder: | <NSCoding> | |
+ | - | initWithLocation:length: | CPTPlotRange | |
+ | - | initWithLocationDecimal:lengthDecimal: | CPTPlotRange | |
| - | intersectionPlotRange: | CPTMutablePlotRange | |
| - | intersectsRange: | CPTPlotRange | |
| - | isEqual: | <NSObject> | |
| - | isEqualToRange: | CPTPlotRange | |
- | length | CPTMutablePlotRange | |
- | lengthDouble | CPTPlotRange | |
- | + | load | NSObject | static |
- | location | CPTMutablePlotRange | |
- | locationDouble | CPTPlotRange | |
- | maxLimit | CPTPlotRange | |
- | maxLimitDouble | CPTPlotRange | |
- | midPoint | CPTPlotRange | |
+ | length | CPTMutablePlotRange | |
+ | lengthDecimal | CPTMutablePlotRange | |
+ | lengthDouble | CPTMutablePlotRange | |
+ | + | load | NSObject | static |
+ | location | CPTMutablePlotRange | |
+ | locationDecimal | CPTMutablePlotRange | |
+ | locationDouble | CPTMutablePlotRange | |
+ | maxLimit | CPTPlotRange | |
+ | maxLimitDecimal | CPTPlotRange | |
+ | maxLimitDouble | CPTPlotRange | |
+ | midPoint | CPTPlotRange | |
+ | midPointDecimal | CPTPlotRange | |
| midPointDouble | CPTPlotRange | |
- | minLimit | CPTPlotRange | |
- | minLimitDouble | CPTPlotRange | |
- | - | mutableCopy | NSObject | |
- | - | mutableCopyWithZone: | <NSMutableCopying> | |
- | + | new | NSObject | static |
- | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
- | + | plotRangeWithLocation:length: | CPTPlotRange | static |
+ | minLimit | CPTPlotRange | |
+ | minLimitDecimal | CPTPlotRange | |
+ | minLimitDouble | CPTPlotRange | |
+ | - | mutableCopy | NSObject | |
+ | - | mutableCopyWithZone: | <NSMutableCopying> | |
+ | + | new | NSObject | static |
+ | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
+ | + | plotRangeWithLocation:length: | CPTPlotRange | static |
+ | + | plotRangeWithLocationDecimal:lengthDecimal: | CPTPlotRange | static |
| - | shiftEndToFitInRange: | CPTMutablePlotRange | |
| - | shiftLocationToFitInRange: | CPTMutablePlotRange | |
| - | unbind: | <NSKeyValueBindingCreation> | |
diff --git a/MacOS/class_c_p_t_plot_range-members.html b/MacOS/class_c_p_t_plot_range-members.html
index 83995644..34c9acf4 100644
--- a/MacOS/class_c_p_t_plot_range-members.html
+++ b/MacOS/class_c_p_t_plot_range-members.html
@@ -91,37 +91,45 @@
| - | dealloc | NSObject | |
| - | description | <NSObject> | |
| - | encodeWithCoder: | <NSCoding> | |
- | end | CPTPlotRange | |
- | endDouble | CPTPlotRange | |
- | + | exposeBinding: | <NSKeyValueBindingCreation> | static |
- | - | exposedBindings | <NSKeyValueBindingCreation> | |
- | - | finalize | NSObject | |
- | - | hash | <NSObject> | |
- | - | infoForBinding: | <NSKeyValueBindingCreation> | |
- | - | init | CPTPlotRange | |
- | + | initialize | NSObject | static |
- | - | initWithCoder: | CPTPlotRange | |
- | - | initWithCoder: | <NSCoding> | |
- | - | initWithLocation:length: | CPTPlotRange | |
+ | end | CPTPlotRange | |
+ | endDecimal | CPTPlotRange | |
+ | endDouble | CPTPlotRange | |
+ | + | exposeBinding: | <NSKeyValueBindingCreation> | static |
+ | - | exposedBindings | <NSKeyValueBindingCreation> | |
+ | - | finalize | NSObject | |
+ | - | hash | <NSObject> | |
+ | - | infoForBinding: | <NSKeyValueBindingCreation> | |
+ | - | init | CPTPlotRange | |
+ | + | initialize | NSObject | static |
+ | - | initWithCoder: | CPTPlotRange | |
+ | - | initWithCoder: | <NSCoding> | |
+ | - | initWithLocation:length: | CPTPlotRange | |
+ | - | initWithLocationDecimal:lengthDecimal: | CPTPlotRange | |
| - | intersectsRange: | CPTPlotRange | |
| - | isEqual: | <NSObject> | |
| - | isEqualToRange: | CPTPlotRange | |
- | length | CPTPlotRange | |
- | lengthDouble | CPTPlotRange | |
- | + | load | NSObject | static |
- | location | CPTPlotRange | |
+ | length | CPTPlotRange | |
+ | lengthDecimal | CPTPlotRange | |
+ | lengthDouble | CPTPlotRange | |
+ | + | load | NSObject | static |
+ | location | CPTPlotRange | |
+ | locationDecimal | CPTPlotRange | |
| locationDouble | CPTPlotRange | |
- | maxLimit | CPTPlotRange | |
- | maxLimitDouble | CPTPlotRange | |
- | midPoint | CPTPlotRange | |
+ | maxLimit | CPTPlotRange | |
+ | maxLimitDecimal | CPTPlotRange | |
+ | maxLimitDouble | CPTPlotRange | |
+ | midPoint | CPTPlotRange | |
+ | midPointDecimal | CPTPlotRange | |
| midPointDouble | CPTPlotRange | |
- | minLimit | CPTPlotRange | |
- | minLimitDouble | CPTPlotRange | |
- | - | mutableCopy | NSObject | |
- | - | mutableCopyWithZone: | <NSMutableCopying> | |
- | + | new | NSObject | static |
- | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
- | + | plotRangeWithLocation:length: | CPTPlotRange | static |
+ | minLimit | CPTPlotRange | |
+ | minLimitDecimal | CPTPlotRange | |
+ | minLimitDouble | CPTPlotRange | |
+ | - | mutableCopy | NSObject | |
+ | - | mutableCopyWithZone: | <NSMutableCopying> | |
+ | + | new | NSObject | static |
+ | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
+ | + | plotRangeWithLocation:length: | CPTPlotRange | static |
+ | + | plotRangeWithLocationDecimal:lengthDecimal: | CPTPlotRange | static |
| - | unbind: | <NSKeyValueBindingCreation> | |
| - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
diff --git a/MacOS/class_c_p_t_scatter_plot-members.html b/MacOS/class_c_p_t_scatter_plot-members.html
index a4a88e69..05ab3e61 100644
--- a/MacOS/class_c_p_t_scatter_plot-members.html
+++ b/MacOS/class_c_p_t_scatter_plot-members.html
@@ -85,8 +85,8 @@
| annotations | CPTAnnotationHostLayer | |
| - | applyMaskToContext: | CPTLayer | |
| - | applySublayerMaskToContext:forSublayer:withOffset: | CPTLayer | |
- | areaBaseValue | CPTScatterPlot | |
- | areaBaseValue2 | CPTScatterPlot | |
+ | areaBaseValue | CPTScatterPlot | |
+ | areaBaseValue2 | CPTScatterPlot | |
| areaFill | CPTScatterPlot | |
| areaFill2 | CPTScatterPlot | |
| areaFillBands | CPTScatterPlot | |
@@ -143,108 +143,109 @@
| graph | CPTLayer | |
| - | hash | <NSObject> | |
| - | hash | <NSObject> | |
- | identifier | CPTLayer | |
- | - | imageOfLayer | CPTLayer(CPTPlatformSpecificLayerExtensions) | |
- | - | indexOfVisiblePointClosestToPlotAreaPoint: | CPTScatterPlot | |
- | - | infoForBinding: | <NSKeyValueBindingCreation> | |
- | - | init | CPTLayer | |
- | + | initialize | NSObject | static |
- | - | initWithCoder: | CPTLayer | |
- | - | initWithCoder: | <NSCoding> | |
- | - | initWithFrame: | CPTScatterPlot | |
- | - | initWithLayer | CALayer | |
- | - | initWithLayer: | CPTLayer | |
- | innerBorderPath | CPTLayer | |
- | - | insertDataAtIndex:numberOfRecords: | CPTPlot | |
- | interpolation | CPTScatterPlot | |
- | - | isEqual: | <NSObject> | |
+ | histogramOption | CPTScatterPlot | |
+ | identifier | CPTLayer | |
+ | - | imageOfLayer | CPTLayer(CPTPlatformSpecificLayerExtensions) | |
+ | - | indexOfVisiblePointClosestToPlotAreaPoint: | CPTScatterPlot | |
+ | - | infoForBinding: | <NSKeyValueBindingCreation> | |
+ | - | init | CPTLayer | |
+ | + | initialize | NSObject | static |
+ | - | initWithCoder: | CPTLayer | |
+ | - | initWithCoder: | <NSCoding> | |
+ | - | initWithFrame: | CPTScatterPlot | |
+ | - | initWithLayer | CALayer | |
+ | - | initWithLayer: | CPTLayer | |
+ | innerBorderPath | CPTLayer | |
+ | - | insertDataAtIndex:numberOfRecords: | CPTPlot | |
+ | interpolation | CPTScatterPlot | |
| - | isEqual: | <NSObject> | |
- | labelField | CPTPlot | |
- | labelFormatter | CPTPlot | |
- | labelOffset | CPTPlot | |
- | labelRotation | CPTPlot | |
- | labelShadow | CPTPlot | |
- | labelTextStyle | CPTPlot | |
- | + | layer | CALayer | static |
- | - | layoutAndRenderInContext: | CPTLayer | |
- | - | layoutSublayers | CPTLayer | |
- | + | load | NSObject | static |
- | - | loadNumbersForAllFieldsFromDataSourceInRecordIndexRange: | CPTPlot | |
- | - | logLayers | CPTLayer | |
- | maskingPath | CPTLayer | |
- | masksToBorder | CPTLayer | |
- | masksToBounds | CALayer | |
- | - | mutableCopy | NSObject | |
- | needsDisplayOnBoundsChange | CALayer | |
- | needsRelabel | CPTPlot | |
- | + | new | NSObject | static |
- | newDataLinePath | CPTScatterPlot | |
- | + | nilData | CPTPlot | static |
- | - | numberOfFields | CPTPlot(AbstractMethods) | |
- | - | numberOfLegendEntries | CPTPlot | |
- | - | numbersFromDataSourceForField:recordIndexRange: | CPTPlot | |
- | opacity | CALayer | |
- | opaque | CALayer | |
- | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
- | outerBorderPath | CPTLayer | |
- | paddingBottom | CPTLayer | |
- | paddingLeft | CPTLayer | |
- | paddingRight | CPTLayer | |
- | paddingTop | CPTLayer | |
- | - | pixelAlign | CPTLayer | |
- | plotArea | CPTPlot | |
- | - | plotAreaPointOfVisiblePointAtIndex: | CPTScatterPlot | |
- | plotLineMarginForHitDetection | CPTScatterPlot | |
- | - | plotRangeForCoordinate: | CPTPlot | |
- | - | plotRangeForField: | CPTPlot | |
- | plotSpace | CPTPlot | |
- | plotSymbol | CPTScatterPlot | |
- | - | plotSymbolForRecordIndex: | CPTScatterPlot | |
- | plotSymbolMarginForHitDetection | CPTScatterPlot | |
- | - | plotWasLineHitByInteractionPoint: | CPTScatterPlot | |
- | - | pointingDeviceCancelledEvent: | CPTAnnotationHostLayer | |
- | - | pointingDeviceDownEvent:atPoint: | CPTScatterPlot | |
- | - | pointingDeviceDraggedEvent:atPoint: | CPTAnnotationHostLayer | |
- | - | pointingDeviceUpEvent:atPoint: | CPTScatterPlot | |
- | - | positionLabelAnnotation:forIndex: | CPTPlot(AbstractMethods) | |
- | - | recursivelyRenderInContext: | CPTLayer | |
- | - | relabel | CPTPlot | |
- | - | relabelIndexRange: | CPTPlot | |
- | - | reloadData | CPTPlot | |
- | - | reloadDataIfNeeded | CPTPlot | |
- | - | reloadDataInIndexRange: | CPTPlot | |
- | - | reloadDataLabels | CPTPlot | |
- | - | reloadDataLabelsInIndexRange: | CPTPlot | |
- | - | reloadPlotData | CPTPlot | |
- | - | reloadPlotDataInIndexRange: | CPTPlot | |
- | - | reloadPlotSymbols | CPTScatterPlot | |
- | - | reloadPlotSymbolsInIndexRange: | CPTScatterPlot | |
- | - | removeAllAnnotations | CPTAnnotationHostLayer | |
- | - | removeAnnotation: | CPTAnnotationHostLayer | |
- | - | removeAreaFillBand: | CPTScatterPlot | |
- | - | renderAsVectorInContext: | CPTLayer | |
- | repeatCount | <CAMediaTiming> | |
- | repeatDuration | <CAMediaTiming> | |
- | - | repositionAllLabelAnnotations | CPTPlot | |
- | - | scrollWheelEvent:fromPoint:toPoint: | CPTLayer | |
- | - | setDataNeedsReloading | CPTPlot | |
- | - | setNeedsDisplay | CALayer | |
- | - | setNeedsDisplayInRect: | CALayer | |
- | - | setNeedsLayout | CALayer | |
- | - | setNeedsRelabel | CPTPlot | |
- | shadow | CPTLayer | |
- | shadowMargin | CPTLayer | |
- | showLabels | CPTPlot | |
- | speed | <CAMediaTiming> | |
- | - | sublayerMarginLeft:top:right:bottom: | CPTLayer | |
- | sublayerMaskingPath | CPTLayer | |
- | sublayersExcludedFromAutomaticLayout | CPTLayer | |
- | timeOffset | <CAMediaTiming> | |
- | title | CPTPlot | |
- | - | titleForLegendEntryAtIndex: | CPTPlot | |
- | - | unbind: | <NSKeyValueBindingCreation> | |
- | useFastRendering | CPTLayer | |
- | - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
+ | - | isEqual: | <NSObject> | |
+ | labelField | CPTPlot | |
+ | labelFormatter | CPTPlot | |
+ | labelOffset | CPTPlot | |
+ | labelRotation | CPTPlot | |
+ | labelShadow | CPTPlot | |
+ | labelTextStyle | CPTPlot | |
+ | + | layer | CALayer | static |
+ | - | layoutAndRenderInContext: | CPTLayer | |
+ | - | layoutSublayers | CPTLayer | |
+ | + | load | NSObject | static |
+ | - | loadNumbersForAllFieldsFromDataSourceInRecordIndexRange: | CPTPlot | |
+ | - | logLayers | CPTLayer | |
+ | maskingPath | CPTLayer | |
+ | masksToBorder | CPTLayer | |
+ | masksToBounds | CALayer | |
+ | - | mutableCopy | NSObject | |
+ | needsDisplayOnBoundsChange | CALayer | |
+ | needsRelabel | CPTPlot | |
+ | + | new | NSObject | static |
+ | newDataLinePath | CPTScatterPlot | |
+ | + | nilData | CPTPlot | static |
+ | - | numberOfFields | CPTPlot(AbstractMethods) | |
+ | - | numberOfLegendEntries | CPTPlot | |
+ | - | numbersFromDataSourceForField:recordIndexRange: | CPTPlot | |
+ | opacity | CALayer | |
+ | opaque | CALayer | |
+ | - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
+ | outerBorderPath | CPTLayer | |
+ | paddingBottom | CPTLayer | |
+ | paddingLeft | CPTLayer | |
+ | paddingRight | CPTLayer | |
+ | paddingTop | CPTLayer | |
+ | - | pixelAlign | CPTLayer | |
+ | plotArea | CPTPlot | |
+ | - | plotAreaPointOfVisiblePointAtIndex: | CPTScatterPlot | |
+ | plotLineMarginForHitDetection | CPTScatterPlot | |
+ | - | plotRangeForCoordinate: | CPTPlot | |
+ | - | plotRangeForField: | CPTPlot | |
+ | plotSpace | CPTPlot | |
+ | plotSymbol | CPTScatterPlot | |
+ | - | plotSymbolForRecordIndex: | CPTScatterPlot | |
+ | plotSymbolMarginForHitDetection | CPTScatterPlot | |
+ | - | plotWasLineHitByInteractionPoint: | CPTScatterPlot | |
+ | - | pointingDeviceCancelledEvent: | CPTAnnotationHostLayer | |
+ | - | pointingDeviceDownEvent:atPoint: | CPTScatterPlot | |
+ | - | pointingDeviceDraggedEvent:atPoint: | CPTAnnotationHostLayer | |
+ | - | pointingDeviceUpEvent:atPoint: | CPTScatterPlot | |
+ | - | positionLabelAnnotation:forIndex: | CPTPlot(AbstractMethods) | |
+ | - | recursivelyRenderInContext: | CPTLayer | |
+ | - | relabel | CPTPlot | |
+ | - | relabelIndexRange: | CPTPlot | |
+ | - | reloadData | CPTPlot | |
+ | - | reloadDataIfNeeded | CPTPlot | |
+ | - | reloadDataInIndexRange: | CPTPlot | |
+ | - | reloadDataLabels | CPTPlot | |
+ | - | reloadDataLabelsInIndexRange: | CPTPlot | |
+ | - | reloadPlotData | CPTPlot | |
+ | - | reloadPlotDataInIndexRange: | CPTPlot | |
+ | - | reloadPlotSymbols | CPTScatterPlot | |
+ | - | reloadPlotSymbolsInIndexRange: | CPTScatterPlot | |
+ | - | removeAllAnnotations | CPTAnnotationHostLayer | |
+ | - | removeAnnotation: | CPTAnnotationHostLayer | |
+ | - | removeAreaFillBand: | CPTScatterPlot | |
+ | - | renderAsVectorInContext: | CPTLayer | |
+ | repeatCount | <CAMediaTiming> | |
+ | repeatDuration | <CAMediaTiming> | |
+ | - | repositionAllLabelAnnotations | CPTPlot | |
+ | - | scrollWheelEvent:fromPoint:toPoint: | CPTLayer | |
+ | - | setDataNeedsReloading | CPTPlot | |
+ | - | setNeedsDisplay | CALayer | |
+ | - | setNeedsDisplayInRect: | CALayer | |
+ | - | setNeedsLayout | CALayer | |
+ | - | setNeedsRelabel | CPTPlot | |
+ | shadow | CPTLayer | |
+ | shadowMargin | CPTLayer | |
+ | showLabels | CPTPlot | |
+ | speed | <CAMediaTiming> | |
+ | - | sublayerMarginLeft:top:right:bottom: | CPTLayer | |
+ | sublayerMaskingPath | CPTLayer | |
+ | sublayersExcludedFromAutomaticLayout | CPTLayer | |
+ | timeOffset | <CAMediaTiming> | |
+ | title | CPTPlot | |
+ | - | titleForLegendEntryAtIndex: | CPTPlot | |
+ | - | unbind: | <NSKeyValueBindingCreation> | |
+ | useFastRendering | CPTLayer | |
+ | - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
diff --git a/MacOS/class_c_p_t_x_y_axis-members.html b/MacOS/class_c_p_t_x_y_axis-members.html
index 26c9da37..8c1097ed 100644
--- a/MacOS/class_c_p_t_x_y_axis-members.html
+++ b/MacOS/class_c_p_t_x_y_axis-members.html
@@ -103,7 +103,7 @@
| cornerRadius | CALayer | |
| - | dataForPDFRepresentationOfLayer | CPTLayer | |
| - | dealloc | NSObject | |
- | defaultTitleLocation | CPTAxis | |
+ | defaultTitleLocation | CPTAxis | |
| delegate | CALayer | |
| - | description | <NSObject> | |
| - | description | <NSObject> | |
@@ -140,7 +140,7 @@
| labelAlignment | CPTAxis | |
| labelExclusionRanges | CPTAxis | |
| labelFormatter | CPTAxis | |
- | labelingOrigin | CPTAxis | |
+ | labelingOrigin | CPTAxis | |
| labelingPolicy | CPTAxis | |
| labelOffset | CPTAxis | |
| labelRotation | CPTAxis | |
@@ -153,7 +153,7 @@
| - | logLayers | CPTLayer | |
| majorGridLines | CPTAxis | |
| majorGridLineStyle | CPTAxis | |
- | majorIntervalLength | CPTAxis | |
+ | majorIntervalLength | CPTAxis | |
| majorTickLength | CPTAxis | |
| majorTickLineStyle | CPTAxis | |
| majorTickLocations | CPTAxis | |
@@ -181,7 +181,7 @@
| opacity | CALayer | |
| opaque | CALayer | |
| - | optionDescriptionsForBinding: | <NSKeyValueBindingCreation> | |
- | orthogonalCoordinateDecimal | CPTXYAxis | |
+ | orthogonalPosition | CPTXYAxis | |
| outerBorderPath | CPTLayer | |
| paddingBottom | CPTLayer | |
| paddingLeft | CPTLayer | |
@@ -218,7 +218,7 @@
| timeOffset | <CAMediaTiming> | |
| title | CPTAxis | |
| titleDirection | CPTAxis | |
- | titleLocation | CPTAxis | |
+ | titleLocation | CPTAxis | |
| titleOffset | CPTAxis | |
| titleRotation | CPTAxis | |
| titleTextStyle | CPTAxis | |
@@ -228,7 +228,7 @@
| - | updateMinorTickLabels | CPTAxis | |
| useFastRendering | CPTLayer | |
| - | valueClassForBinding: | <NSKeyValueBindingCreation> | |
- | - | viewPointForCoordinateDecimalNumber: | CPTAxis(AbstractMethods) | |
+ | - | viewPointForCoordinateValue: | CPTAxis(AbstractMethods) | |
| visibleAxisRange | CPTAxis | |
| visibleRange | CPTAxis | |
diff --git a/MacOS/functions_a.html b/MacOS/functions_a.html
index 943889d8..dbc8c117 100644
--- a/MacOS/functions_a.html
+++ b/MacOS/functions_a.html
@@ -323,10 +323,10 @@ - a -
: CPTGradient
- areaBaseValue
-: CPTScatterPlot
+: CPTScatterPlot
- areaBaseValue2
-: CPTScatterPlot
+: CPTScatterPlot
- areaBorderLineStyle
: CPTRangePlot
diff --git a/MacOS/functions_b.html b/MacOS/functions_b.html
index 02bac098..30853d4f 100644
--- a/MacOS/functions_b.html
+++ b/MacOS/functions_b.html
@@ -141,10 +141,7 @@
- b -
- barOffset
-: CPTBarPlot
-
-- barOffsetScale
-: CPTBarPlot
+: CPTBarPlot
- barPlot:barTouchDownAtRecordIndex:
: <CPTBarPlotDelegate>
@@ -171,18 +168,15 @@
- b -
- barWidth
-: CPTBarPlot
+: CPTBarPlot
, CPTRangePlot
, CPTTradingRangePlot
- barWidthsAreInViewCoordinates
: CPTBarPlot
-- barWidthScale
-: CPTBarPlot
-
- baseValue
-: CPTBarPlot
+: CPTBarPlot
- blackColor
: CPTColor
diff --git a/MacOS/functions_d.html b/MacOS/functions_d.html
index 248e2d85..13502aa4 100644
--- a/MacOS/functions_d.html
+++ b/MacOS/functions_d.html
@@ -241,7 +241,7 @@
- d -
- defaultTitleLocation
-: CPTAxis
+: CPTAxis
- delay
: CPTAnimationPeriod
diff --git a/MacOS/functions_e.html b/MacOS/functions_e.html
index 65812b41..6b94d60c 100644
--- a/MacOS/functions_e.html
+++ b/MacOS/functions_e.html
@@ -140,7 +140,7 @@
- e -
- end
-: CPTPlotRange
+: CPTPlotRange
- endAnchor
: CPTGradient
@@ -148,6 +148,9 @@
- e -
- expandRangeByFactor:
-: CPTMutablePlotRange
+: CPTMutablePlotRange
diff --git a/MacOS/functions_func_e.html b/MacOS/functions_func_e.html
index 7b85beeb..ca52ea12 100644
--- a/MacOS/functions_func_e.html
+++ b/MacOS/functions_func_e.html
@@ -137,7 +137,7 @@ - e -
diff --git a/MacOS/functions_func_i.html b/MacOS/functions_func_i.html
index 644aeaa5..e7a05742 100644
--- a/MacOS/functions_func_i.html
+++ b/MacOS/functions_func_i.html
@@ -292,7 +292,10 @@ - i -