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 @@
NSObject
CPTAnimationCurveBounceInOut
Bounce in and out animation curve.
Definition: CPTAnimation.h:15
CPTAnimationCurveQuarticIn
Quartic in animation curve.
Definition: CPTAnimation.h:34
-
-[CPTAnimation removeAllAnimationOperations]
void removeAllAnimationOperations()
Removes all animation operations from the animation queue.
Definition: CPTAnimation.m:231
-
+[CPTAnimation sharedInstance]
instancetype sharedInstance()
A shared CPTAnimation instance responsible for scheduling and executing animations.
Definition: CPTAnimation.m:143
+
-[CPTAnimation removeAllAnimationOperations]
void removeAllAnimationOperations()
Removes all animation operations from the animation queue.
Definition: CPTAnimation.m:230
+
+[CPTAnimation sharedInstance]
instancetype sharedInstance()
A shared CPTAnimation instance responsible for scheduling and executing animations.
Definition: CPTAnimation.m:142
CPTAnimationCurveBounceIn
Bounce in animation curve.
Definition: CPTAnimation.h:13
CPTAnimationCurveQuadraticInOut
Quadratic in and out animation curve.
Definition: CPTAnimation.h:33
NSString
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 @@
187 
190 @property (nonatomic, readwrite, copy) CPTLineStyle *axisLineStyle;
191 @property (nonatomic, readwrite, assign) CPTCoordinate coordinate;
-
192 @property (nonatomic, readwrite, assign) NSDecimal labelingOrigin;
+
192 @property (nonatomic, readwrite, strong) NSNumber *labelingOrigin;
193 @property (nonatomic, readwrite, assign) CPTSign tickDirection;
194 @property (nonatomic, readwrite, copy) CPTPlotRange *visibleRange;
195 @property (nonatomic, readwrite, copy) CPTPlotRange *visibleAxisRange;
@@ -160,8 +160,8 @@
206 @property (nonatomic, readwrite, copy) NSAttributedString *attributedTitle;
207 @property (nonatomic, readwrite, assign) CGFloat titleRotation;
208 @property (nonatomic, readwrite, assign) CPTSign titleDirection;
-
209 @property (nonatomic, readwrite, assign) NSDecimal titleLocation;
-
210 @property (nonatomic, readonly) NSDecimal defaultTitleLocation;
+
209 @property (nonatomic, readwrite, strong) NSNumber *titleLocation;
+
210 @property (nonatomic, readonly) NSNumber *defaultTitleLocation;
212 
215 @property (nonatomic, readwrite, assign) CPTAxisLabelingPolicy labelingPolicy;
216 @property (nonatomic, readwrite, assign) CGFloat labelOffset;
@@ -183,7 +183,7 @@
232 @property (nonatomic, readwrite, strong) CPTShadow *labelShadow;
233 @property (nonatomic, readwrite, strong) CPTShadow *minorTickLabelShadow;
235 
-
238 @property (nonatomic, readwrite, assign) NSDecimal majorIntervalLength;
+
238 @property (nonatomic, readwrite, strong) NSNumber *majorIntervalLength;
239 @property (nonatomic, readwrite, assign) CGFloat majorTickLength;
240 @property (nonatomic, readwrite, copy) CPTLineStyle *majorTickLineStyle;
241 @property (nonatomic, readwrite, strong) NSSet *majorTickLocations;
@@ -228,7 +228,7 @@
308 
312 @interface CPTAxis(AbstractMethods)
313 
-
316 -(CGPoint)viewPointForCoordinateDecimalNumber:(NSDecimal)coordinateDecimalNumber;
+
316 -(CGPoint)viewPointForCoordinateValue:(NSNumber *)coordinateValue;
318 
321 -(void)drawGridLinesInContext:(CGContextRef)context isMajor:(BOOL)major;
323 
@@ -237,10 +237,10 @@
329 
330 @end
CPTLimitBand
Defines a range and fill used to highlight a band of data.
Definition: CPTLimitBand.h:4
+
CPTAxis::defaultTitleLocation
NSNumber * defaultTitleLocation
The position along the axis where the axis title should be centered if titleLocation is NaN...
Definition: CPTAxis.h:210
CPTAxisLabelingPolicyAutomatic
Automatic labeling policy.
Definition: CPTAxis.h:27
CPTAxis::majorTickLineStyle
CPTLineStyle * majorTickLineStyle
The line style for the major tick marks. If nil, the major ticks are not drawn.
Definition: CPTAxis.h:240
CPTLineStyle
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
-
CPTAxis::majorIntervalLength
NSDecimal majorIntervalLength
The distance between major tick marks expressed in data coordinates.
Definition: CPTAxis.h:238
CPTAxis::labelFormatter
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
CGPoint
typedef CGPoint
CPTAxis::labelingPolicy
CPTAxisLabelingPolicy labelingPolicy
The axis labeling policy.
Definition: CPTAxis.h:215
@@ -248,7 +248,7 @@
CPTPlotSpace
Defines the coordinate system of a plot.
Definition: CPTPlotSpace.h:157
CPTAxis::coordinate
CPTCoordinate coordinate
The axis coordinate.
Definition: CPTAxis.h:191
CPTAxisSet
A container layer for the set of axes for a graph.
Definition: CPTAxisSet.h:6
-
CPTAxis::titleLocation
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
+
CPTAxis::titleLocation
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
CPTTextStyle.h
CPTLayer.h
NSAttributedString
@@ -264,7 +264,6 @@
CPTAxis::visibleRange
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
-[NSObject copy]
id copy
CGContextRef
typedef CGContextRef
-
CPTAxis::labelingOrigin
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
CPTAlignment
Label and constraint alignment constants.
Definition: CPTDefinitions.h:184
CPTAxisLabelingPolicyNone
No labels provided; user sets labels and tick locations.
Definition: CPTAxis.h:24
CPTAxis::title
NSString * title
A convenience property for setting the text title of the axis.
Definition: CPTAxis.h:205
@@ -289,13 +288,15 @@
CPTAxis::labelAlignment
CPTAlignment labelAlignment
The alignment of the axis label with respect to the tick mark.
Definition: CPTAxis.h:220
NSObject
CPTAxis::minorTickLabelOffset
CGFloat minorTickLabelOffset
The offset distance between the minor tick marks and labels.
Definition: CPTAxis.h:217
-
-[CPTAxis updateMinorTickLabels]
void updateMinorTickLabels()
Update the minor tick mark labels.
Definition: CPTAxis.m:1769
+
-[CPTAxis updateMinorTickLabels]
void updateMinorTickLabels()
Update the minor tick mark labels.
Definition: CPTAxis.m:1768
CPTAxis::axisLineStyle
CPTLineStyle * axisLineStyle
The line style for the axis line. If nil, the line is not drawn.
Definition: CPTAxis.h:190
-
-[CPTAxis relabel]
void relabel()
Updates the axis labels.
Definition: CPTAxis.m:1570
+
CPTAxis::labelingOrigin
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
+
-[CPTAxis relabel]
void relabel()
Updates the axis labels.
Definition: CPTAxis.m:1569
CPTAxis::minorGridLineStyle
CPTLineStyle * minorGridLineStyle
The line style for the minor grid lines. If nil, the minor grid lines are not drawn.
Definition: CPTAxis.h:256
CPTAxis::titleTextStyle
CPTTextStyle * titleTextStyle
The text style used to draw the axis title text.
Definition: CPTAxis.h:202
CPTAxis::minorGridLines
__cpt_weak CPTGridLines * minorGridLines
The layer that draws the minor grid lines.
Definition: CPTAxis.h:275
CPTAxis::backgroundLimitBands
NSArray * backgroundLimitBands
An array of CPTLimitBand objects.
Definition: CPTAxis.h:263
+
CPTAxis::majorIntervalLength
NSNumber * majorIntervalLength
The distance between major tick marks expressed in data coordinates.
Definition: CPTAxis.h:238
CPTAxisLabelingPolicy
CPTAxisLabelingPolicy
Enumeration of labeling policies.
Definition: CPTAxis.h:23
CPTAxis::preferredNumberOfMajorTicks
NSUInteger preferredNumberOfMajorTicks
The number of ticks that should be targeted when auto-generating positions. This property only applie...
Definition: CPTAxis.h:242
CPTAxis::tickDirection
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 @@
CPTAxis::axisLineCapMax
CPTLineCap * axisLineCapMax
The line cap for the end of the axis line with the maximum value.
Definition: CPTAxis.h:197
CPTAxisLabelingPolicyFixedInterval
Fixed interval labeling policy.
Definition: CPTAxis.h:26
NSString
-
-[CPTAxis updateAxisTitle]
void updateAxisTitle()
Update the axis title position.
Definition: CPTAxis.m:1796
+
-[CPTAxis updateAxisTitle]
void updateAxisTitle()
Update the axis title position.
Definition: CPTAxis.m:1795
CPTAxis::minorTickLabelTextStyle
CPTTextStyle * minorTickLabelTextStyle
The text style used to draw the label text of minor tick labels.
Definition: CPTAxis.h:223
CPTAxis::labelTextStyle
CPTTextStyle * labelTextStyle
The text style used to draw the label text.
Definition: CPTAxis.h:222
CPTAxis::minorTickLineStyle
CPTLineStyle * minorTickLineStyle
The line style for the minor tick marks. If nil, the minor ticks are not drawn.
Definition: CPTAxis.h:249
-
CPTAxis::defaultTitleLocation
NSDecimal defaultTitleLocation
The position along the axis where the axis title should be centered if titleLocation is NaN...
Definition: CPTAxis.h:210
-
NSDecimal
typedef NSDecimal
CPTDefinitions.h
CPTLayer
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:18
CPTAxisLabelingPolicyEqualDivisions
Divide the plot range into equal parts.
Definition: CPTAxis.h:28
@@ -332,8 +331,8 @@
CPTAxis::axisSet
CPTAxisSet * axisSet
The axis set that the axis belongs to.
Definition: CPTAxis.h:277
CPTAxis::minorTickLabelDirection
CPTSign minorTickLabelDirection
The offset direction for minor tick labels. The direction is given as the sign that ticks extend alon...
Definition: CPTAxis.h:225
CPTAxisDelegate-p
Axis labeling delegate.
Definition: CPTAxis.h:36
-
-[CPTAxis setNeedsRelabel]
void setNeedsRelabel()
Marks the receiver as needing to update the labels before the content is next drawn.
Definition: CPTAxis.m:1562
-
-[CPTAxis updateMajorTickLabels]
void updateMajorTickLabels()
Update the major tick mark labels.
Definition: CPTAxis.m:1750
+
-[CPTAxis setNeedsRelabel]
void setNeedsRelabel()
Marks the receiver as needing to update the labels before the content is next drawn.
Definition: CPTAxis.m:1561
+
-[CPTAxis updateMajorTickLabels]
void updateMajorTickLabels()
Update the major tick mark labels.
Definition: CPTAxis.m:1749
CPTAxis::majorGridLines
__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;
11 @property (nonatomic, readwrite, assign) CPTAlignment alignment;
-
12 @property (nonatomic, readwrite) NSDecimal tickLocation;
+
12 @property (nonatomic, readwrite, strong) NSNumber *tickLocation;
13 
16 -(instancetype)initWithText:(NSString *)newText textStyle:(CPTTextStyle *)style;
17 -(instancetype)initWithContentLayer:(CPTLayer *)layer NS_DESIGNATED_INITIALIZER;
@@ -99,11 +99,11 @@
NSCoder
CPTAxisLabel::alignment
CPTAlignment alignment
The alignment of the axis label with respect to the tick mark.
Definition: CPTAxisLabel.h:11
CPTAxisLabel::rotation
CGFloat rotation
The rotation of the label in radians.
Definition: CPTAxisLabel.h:10
+
CPTAxisLabel::tickLocation
NSNumber * tickLocation
The data coordinate of the tick location.
Definition: CPTAxisLabel.h:12
CPTAxisLabel::offset
CGFloat offset
The offset distance between the axis and label.
Definition: CPTAxisLabel.h:9
NSObject
CPTCoordinate
CPTCoordinate
Enumeration of axis coordinates.
Definition: CPTDefinitions.h:139
NSString
-
CPTAxisLabel::tickLocation
NSDecimal tickLocation
The data coordinate of the tick location.
Definition: CPTAxisLabel.h:12
CPTDefinitions.h
CPTLayer
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:18
CPTAxisLabel::contentLayer
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 @@
186 @interface CPTBarPlot : CPTPlot
187 
190 @property (nonatomic, readwrite, assign) BOOL barWidthsAreInViewCoordinates;
-
191 @property (nonatomic, readwrite, assign) NSDecimal barWidth;
-
192 @property (nonatomic, readwrite, assign) CGFloat barWidthScale;
-
193 @property (nonatomic, readwrite, assign) NSDecimal barOffset;
-
194 @property (nonatomic, readwrite, assign) CGFloat barOffsetScale;
-
195 @property (nonatomic, readwrite, assign) CGFloat barCornerRadius;
-
196 @property (nonatomic, readwrite, assign) CGFloat barBaseCornerRadius;
-
197 @property (nonatomic, readwrite, assign) BOOL barsAreHorizontal;
-
198 @property (nonatomic, readwrite, assign) NSDecimal baseValue;
-
199 @property (nonatomic, readwrite, assign) BOOL barBasesVary;
-
200 @property (nonatomic, readwrite, copy) CPTPlotRange *plotRange;
-
202 
-
205 @property (nonatomic, readwrite, copy) CPTLineStyle *lineStyle;
-
206 @property (nonatomic, readwrite, copy) CPTFill *fill;
-
208 
-
211 +(instancetype)tubularBarPlotWithColor:(CPTColor *)color horizontalBars:(BOOL)horizontal;
-
213 
-
216 -(CPTPlotRange *)plotRangeEnclosingBars;
-
218 
-
221 -(void)reloadBarFills;
-
222 -(void)reloadBarFillsInIndexRange:(NSRange)indexRange;
-
223 -(void)reloadBarLineStyles;
-
224 -(void)reloadBarLineStylesInIndexRange:(NSRange)indexRange;
-
226 
-
227 @end
+
191 @property (nonatomic, readwrite, strong) NSNumber *barWidth;
+
192 @property (nonatomic, readwrite, strong) NSNumber *barOffset;
+
193 @property (nonatomic, readwrite, assign) CGFloat barCornerRadius;
+
194 @property (nonatomic, readwrite, assign) CGFloat barBaseCornerRadius;
+
195 @property (nonatomic, readwrite, assign) BOOL barsAreHorizontal;
+
196 @property (nonatomic, readwrite, strong) NSNumber *baseValue;
+
197 @property (nonatomic, readwrite, assign) BOOL barBasesVary;
+
198 @property (nonatomic, readwrite, copy) CPTPlotRange *plotRange;
+
200 
+
203 @property (nonatomic, readwrite, copy) CPTLineStyle *lineStyle;
+
204 @property (nonatomic, readwrite, copy) CPTFill *fill;
+
206 
+
209 +(instancetype)tubularBarPlotWithColor:(CPTColor *)color horizontalBars:(BOOL)horizontal;
+
211 
+
214 -(CPTPlotRange *)plotRangeEnclosingBars;
+
216 
+
219 -(void)reloadBarFills;
+
220 -(void)reloadBarFillsInIndexRange:(NSRange)indexRange;
+
221 -(void)reloadBarLineStyles;
+
222 -(void)reloadBarLineStylesInIndexRange:(NSRange)indexRange;
+
224 
+
225 @end
CPTBarPlotDelegate-p
Bar plot delegate.
Definition: CPTBarPlot.h:108
CPTLineStyle
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
-
CPTBarPlot::barOffset
NSDecimal barOffset
The starting offset of the first bar in location data units.
Definition: CPTBarPlot.h:193
CPTPlotRange
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
-
CPTBarPlot::barWidth
NSDecimal barWidth
The width of each bar. Either view or plot coordinates can be used.
Definition: CPTBarPlot.h:191
CPTBarPlot::barWidthsAreInViewCoordinates
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
CPTBarPlotBindingBarFills
NSString *const CPTBarPlotBindingBarFills
Bar fills.
Definition: CPTBarPlot.m:34
CPTBarPlotBindingBarLocations
NSString *const CPTBarPlotBindingBarLocations
Bar locations.
Definition: CPTBarPlot.m:31
-
-[CPTBarPlot reloadBarLineStyles]
void reloadBarLineStyles()
Reload all bar line styles from the data source immediately.
Definition: CPTBarPlot.m:542
+
-[CPTBarPlot reloadBarLineStyles]
void reloadBarLineStyles()
Reload all bar line styles from the data source immediately.
Definition: CPTBarPlot.m:523
NSAttributedString
-
CPTBarPlot::fill
CPTFill * fill
The fill style for the bars. If nil, the bars are not filled.
Definition: CPTBarPlot.h:206
+
CPTBarPlot::fill
CPTFill * fill
The fill style for the bars. If nil, the bars are not filled.
Definition: CPTBarPlot.h:204
+
CPTBarPlot::barWidth
NSNumber * barWidth
The width of each bar. Either view or plot coordinates can be used.
Definition: CPTBarPlot.h:191
CPTBarPlotBindingBarTips
NSString *const CPTBarPlotBindingBarTips
Bar tips.
Definition: CPTBarPlot.m:32
-
CPTBarPlot::barsAreHorizontal
BOOL barsAreHorizontal
If YES, the bars will have a horizontal orientation, otherwise they will be vertical.
Definition: CPTBarPlot.h:197
+
CPTBarPlot::barsAreHorizontal
BOOL barsAreHorizontal
If YES, the bars will have a horizontal orientation, otherwise they will be vertical.
Definition: CPTBarPlot.h:195
CPTTextStyle
Immutable wrapper for various text style properties.
Definition: CPTTextStyle.h:5
CPTBarPlotBindingBarBases
NSString *const CPTBarPlotBindingBarBases
Bar bases.
Definition: CPTBarPlot.m:33
CPTPlotDataSource-p
A plot data source.
Definition: CPTPlot.h:36
-[NSObject copy]
id copy
-
CPTBarPlot::barCornerRadius
CGFloat barCornerRadius
The corner radius for the end of the bars. Default is 0.0 for square corners.
Definition: CPTBarPlot.h:195
+
CPTBarPlot::barOffset
NSNumber * barOffset
The starting offset of the first bar in location data units.
Definition: CPTBarPlot.h:192
+
CPTBarPlot::barCornerRadius
CGFloat barCornerRadius
The corner radius for the end of the bars. Default is 0.0 for square corners.
Definition: CPTBarPlot.h:193
CPTBarPlotFieldBarLocation
Bar location on independent coordinate axis.
Definition: CPTBarPlot.h:29
CPTBarPlotDataSource-p
A bar plot data source.
Definition: CPTBarPlot.h:39
BOOL
typedef BOOL
CPTFill
Draws area fills.
Definition: CPTFill.h:5
CPTBarPlot
A two-dimensional bar plot.
Definition: CPTBarPlot.h:186
CPTBarPlotField
CPTBarPlotField
Enumeration of bar plot data source field types.
Definition: CPTBarPlot.h:28
-
CPTBarPlot::lineStyle
CPTLineStyle * lineStyle
The line style for the bar outline. If nil, the outline is not drawn.
Definition: CPTBarPlot.h:205
+
CPTBarPlot::lineStyle
CPTLineStyle * lineStyle
The line style for the bar outline. If nil, the outline is not drawn.
Definition: CPTBarPlot.h:203
NSArray
CPTPlot
An abstract plot class.
Definition: CPTPlot.h:242
-
CPTBarPlot::barOffsetScale
CGFloat barOffsetScale
An animatable scaling factor for the bar offset. Default is 1.0.
Definition: CPTBarPlot.h:194
-
-[CPTBarPlot reloadBarFills]
void reloadBarFills()
Reload all bar fills from the data source immediately.
Definition: CPTBarPlot.m:490
+
-[CPTBarPlot reloadBarFills]
void reloadBarFills()
Reload all bar fills from the data source immediately.
Definition: CPTBarPlot.m:471
CPTTextLayer
A Core Animation layer that displays text drawn in a uniform style.
Definition: CPTTextLayer.h:8
NSRange
typedef NSRange
CPTMutableNumericData
An annotated NSMutableData type.
Definition: CPTMutableNumericData.h:4
CPTBarPlotBindingBarLineStyles
NSString *const CPTBarPlotBindingBarLineStyles
Bar line styles.
Definition: CPTBarPlot.m:35
-
CPTBarPlot::barBasesVary
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
+
CPTBarPlot::barBasesVary
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
CPTNumericData
An annotated NSData type.
Definition: CPTNumericData.h:3
NSString
CPTPlotDelegate-p
Plot delegate.
Definition: CPTPlot.h:155
-
CPTBarPlot::plotRange
CPTPlotRange * plotRange
Sets the plot range for the independent axis.
Definition: CPTBarPlot.h:200
+
CPTBarPlot::plotRange
CPTPlotRange * plotRange
Sets the plot range for the independent axis.
Definition: CPTBarPlot.h:198
CPTPlot.h
CPTBarPlotFieldBarBase
Bar base (used only if barBasesVary is YES).
Definition: CPTBarPlot.h:31
-
CPTBarPlot::baseValue
NSDecimal baseValue
The coordinate value of the fixed end of the bars. This is only used if barBasesVary is NO...
Definition: CPTBarPlot.h:198
CPTDefinitions.h
CPTBarPlotFieldBarTip
Bar tip value.
Definition: CPTBarPlot.h:30
+
CPTBarPlot::baseValue
NSNumber * baseValue
The coordinate value of the fixed end of the bars. This is only used if barBasesVary is NO...
Definition: CPTBarPlot.h:196
CPTColor
An immutable color.
Definition: CPTColor.h:1
-
CPTBarPlot::barBaseCornerRadius
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
-
-[CPTBarPlot plotRangeEnclosingBars]
CPTPlotRange * plotRangeEnclosingBars()
Computes a plot range that completely encloses all of the bars.
Definition: CPTBarPlot.m:753
-
CPTBarPlot::barWidthScale
CGFloat barWidthScale
An animatable scaling factor for the bar width. Default is 1.0.
Definition: CPTBarPlot.h:192
+
CPTBarPlot::barBaseCornerRadius
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
+
-[CPTBarPlot plotRangeEnclosingBars]
CPTPlotRange * plotRangeEnclosingBars()
Computes a plot range that completely encloses all of the bars.
Definition: CPTBarPlot.m:734
NSUInteger
typedef NSUInteger
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 @@
2 
3 @interface CPTMutablePlotRange : CPTPlotRange
4 
-
7 @property (nonatomic, readwrite) NSDecimal location;
-
8 @property (nonatomic, readwrite) NSDecimal length;
-
10 
-
13 -(void)unionPlotRange:(CPTPlotRange *)otherRange;
-
14 -(void)intersectionPlotRange:(CPTPlotRange *)otherRange;
-
16 
-
19 -(void)shiftLocationToFitInRange:(CPTPlotRange *)otherRange;
-
20 -(void)shiftEndToFitInRange:(CPTPlotRange *)otherRange;
-
22 
-
25 -(void)expandRangeByFactor:(NSDecimal)factor;
-
27 
-
28 @end
+
7 @property (nonatomic, readwrite, strong) NSNumber *location;
+
8 @property (nonatomic, readwrite, strong) NSNumber *length;
+
9 @property (nonatomic, readwrite) NSDecimal locationDecimal;
+
10 @property (nonatomic, readwrite) NSDecimal lengthDecimal;
+
11 @property (nonatomic, readwrite) double locationDouble;
+
12 @property (nonatomic, readwrite) double lengthDouble;
+
14 
+
17 -(void)unionPlotRange:(CPTPlotRange *)otherRange;
+
18 -(void)intersectionPlotRange:(CPTPlotRange *)otherRange;
+
20 
+
23 -(void)shiftLocationToFitInRange:(CPTPlotRange *)otherRange;
+
24 -(void)shiftEndToFitInRange:(CPTPlotRange *)otherRange;
+
26 
+
29 -(void)expandRangeByFactor:(NSNumber *)factor;
+
31 
+
32 @end
+
CPTMutablePlotRange::lengthDecimal
NSDecimal lengthDecimal
The length of the range.
Definition: CPTMutablePlotRange.h:10
CPTPlotRange
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
+
CPTMutablePlotRange::locationDouble
double locationDouble
The starting value of the range as a double.
Definition: CPTMutablePlotRange.h:11
CPTPlotRange.h
+
CPTMutablePlotRange::length
NSNumber * length
The length of the range.
Definition: CPTMutablePlotRange.h:8
CPTMutablePlotRange
Defines a mutable range of plot data.
Definition: CPTMutablePlotRange.h:3
-
CPTMutablePlotRange::length
NSDecimal length
The length of the range.
Definition: CPTMutablePlotRange.h:8
-
NSDecimal
typedef NSDecimal
-
CPTMutablePlotRange::location
NSDecimal location
The starting value of the range.
Definition: CPTMutablePlotRange.h:7
+
CPTMutablePlotRange::lengthDouble
double lengthDouble
The length of the range as a double.
Definition: CPTMutablePlotRange.h:12
+
NSNumber
+
CPTMutablePlotRange::location
NSNumber * location
The starting value of the range.
Definition: CPTMutablePlotRange.h:7
+
CPTMutablePlotRange::locationDecimal
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 @@
384 -(NSUInteger)dataIndexFromInteractionPoint:(CGPoint)point;
386 
387 @end
-
+[CPTPlot nilData]
id nilData()
A unique marker object used in collections to indicate that the datasource returned nil...
Definition: CPTPlot.m:703
+
+[CPTPlot nilData]
id nilData()
A unique marker object used in collections to indicate that the datasource returned nil...
Definition: CPTPlot.m:715
CPTPlotCachePrecisionDouble
All cached data will be converted to double precision.
Definition: CPTPlot.h:27
CPTNumericDataType.h
CPTPlot::plotSpace
CPTPlotSpace * plotSpace
The plot space for the plot.
Definition: CPTPlot.h:257
@@ -250,12 +250,12 @@
id
typedef id
CPTPlotRange
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
CPTPlotSpace
Defines the coordinate system of a plot.
Definition: CPTPlotSpace.h:157
-
-[CPTPlot setDataNeedsReloading]
void setDataNeedsReloading()
Marks the receiver as needing the data source reloaded before the content is next drawn...
Definition: CPTPlot.m:520
-
-[CPTPlot(AbstractMethods) numberOfFields]
NSUInteger numberOfFields()
Number of fields in a plot data record.
Definition: CPTPlot.m:2153
+
-[CPTPlot setDataNeedsReloading]
void setDataNeedsReloading()
Marks the receiver as needing the data source reloaded before the content is next drawn...
Definition: CPTPlot.m:535
+
-[CPTPlot(AbstractMethods) numberOfFields]
NSUInteger numberOfFields()
Number of fields in a plot data record.
Definition: CPTPlot.m:2165
CPTLegend
A graph legend.
Definition: CPTLegend.h:167
NSAttributedString
CPTAnnotationHostLayer
A container layer for annotations.
Definition: CPTAnnotationHostLayer.h:5
-
-[CPTPlot reloadData]
void reloadData()
Reload all plot data, labels, and plot-specific information from the data source immediately.
Definition: CPTPlot.m:528
+
-[CPTPlot reloadData]
void reloadData()
Reload all plot data, labels, and plot-specific information from the data source immediately.
Definition: CPTPlot.m:543
CPTPlotArea
A layer representing the actual plotting area of a graph.
Definition: CPTPlotArea.h:75
CPTTextStyle
Immutable wrapper for various text style properties.
Definition: CPTTextStyle.h:5
CPTPlotDataSource-p
A plot data source.
Definition: CPTPlot.h:36
@@ -265,18 +265,18 @@
CPTPlot::cachePrecision
CPTPlotCachePrecision cachePrecision
The numeric precision used to cache the plot data and perform all plot calculations. Defaults to CPTPlotCachePrecisionAuto.
Definition: CPTPlot.h:274
CPTPlot(AbstractMethods)
CPTPlot abstract methods—must be overridden by subclasses.
Definition: CPTPlot.h:367
CPTPlotSpaceAnnotation
Positions a content layer relative to some anchor point in a plot space.
Definition: CPTPlotSpaceAnnotation.h:5
-
-[CPTPlot setNeedsRelabel]
void setNeedsRelabel()
Marks the receiver as needing to update all data labels before the content is next drawn...
Definition: CPTPlot.m:1494
+
-[CPTPlot setNeedsRelabel]
void setNeedsRelabel()
Marks the receiver as needing to update all data labels before the content is next drawn...
Definition: CPTPlot.m:1506
CPTPlot::dataSource
__cpt_weak id< CPTPlotDataSource > dataSource
The data source for the plot.
Definition: CPTPlot.h:246
-
-[CPTPlot reloadDataLabels]
void reloadDataLabels()
Reload all data labels from the data source immediately.
Definition: CPTPlot.m:658
+
-[CPTPlot reloadDataLabels]
void reloadDataLabels()
Reload all data labels from the data source immediately.
Definition: CPTPlot.m:670
CPTPlotCachePrecisionAuto
Cache precision is determined automatically from the data. All cached data will be converted to match...
Definition: CPTPlot.h:26
CPTPlot::showLabels
BOOL showLabels
Set to NO to override all other label settings and hide the data labels. Defaults to YES...
Definition: CPTPlot.h:283
CPTPlot::labelField
NSUInteger labelField
The plot field identifier of the data field used to generate automatic labels.
Definition: CPTPlot.h:286
-
-[CPTPlot relabel]
void relabel()
Updates the data labels in the labelIndexRange.
Definition: CPTPlot.m:1503
+
-[CPTPlot relabel]
void relabel()
Updates the data labels in the labelIndexRange.
Definition: CPTPlot.m:1515
BOOL
typedef BOOL
NSObject
CPTPlot
An abstract plot class.
Definition: CPTPlot.h:242
CPTPlotCachePrecision
CPTPlotCachePrecision
Enumeration of cache precisions.
Definition: CPTPlot.h:25
-
-[CPTPlot numberOfLegendEntries]
NSUInteger numberOfLegendEntries()
The number of legend entries provided by this plot.
Definition: CPTPlot.m:1694
+
-[CPTPlot numberOfLegendEntries]
NSUInteger numberOfLegendEntries()
The number of legend entries provided by this plot.
Definition: CPTPlot.m:1706
CPTPlotCachePrecisionDecimal
All cached data will be converted to NSDecimal.
Definition: CPTPlot.h:28
CPTPlot::plotArea
CPTPlotArea * plotArea
The plot area for the plot.
Definition: CPTPlot.h:262
CPTPlot::dataNeedsReloading
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 @@
__cpt_weak
#define __cpt_weak
A custom definition for automatic reference counting (ARC) weak references that falls back to __unsaf...
Definition: CPTDefinitions.h:43
CPTAnnotationHostLayer.h
CPTPlot::labelTextStyle
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
-
-[CPTPlot reloadDataIfNeeded]
void reloadDataIfNeeded()
Reload plot data from the data source only if the data cache is out of date.
Definition: CPTPlot.m:540
+
-[CPTPlot reloadDataIfNeeded]
void reloadDataIfNeeded()
Reload plot data from the data source only if the data cache is out of date.
Definition: CPTPlot.m:554
CPTNumericData
An annotated NSData type.
Definition: CPTNumericData.h:3
NSString
CPTPlotDelegate-p
Plot delegate.
Definition: CPTPlot.h:155
@@ -300,8 +300,8 @@
CPTPlot::doublePrecisionCache
BOOL doublePrecisionCache
If YES, the cache holds data of type double, otherwise it holds NSDecimal.
Definition: CPTPlot.h:273
CPTPlot::cachedDataCount
NSUInteger cachedDataCount
The number of data points stored in the cache.
Definition: CPTPlot.h:272
CPTPlot::title
NSString * title
The title of the plot displayed in the legend.
Definition: CPTPlot.h:251
-
-[CPTPlot reloadPlotData]
void reloadPlotData()
Reload all plot data from the data source immediately.
Definition: CPTPlot.m:636
-
-[CPTPlot repositionAllLabelAnnotations]
void repositionAllLabelAnnotations()
Repositions all existing label annotations.
Definition: CPTPlot.m:1673
+
-[CPTPlot reloadPlotData]
void reloadPlotData()
Reload all plot data from the data source immediately.
Definition: CPTPlot.m:648
+
-[CPTPlot repositionAllLabelAnnotations]
void repositionAllLabelAnnotations()
Repositions all existing label annotations.
Definition: CPTPlot.m:1685
CPTPlotBindingDataLabels
NSString *const CPTPlotBindingDataLabels
Plot data labels.
Definition: CPTPlot.m:48
CPTPlot::alignsPointsToPixels
BOOL alignsPointsToPixels
If YES (the default), all plot points will be aligned to device pixels when drawing.
Definition: CPTPlot.h:294
CPTNumericDataType
Structure that describes the encoding of numeric data samples.
Definition: CPTNumericDataType.h:27
@@ -310,7 +310,7 @@
CPTPlot::decimalDataType
CPTNumericDataType decimalDataType
The CPTNumericDataType used to cache plot data as NSDecimal.
Definition: CPTPlot.h:276
cpt_weak_property
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:45
CPTPlot::attributedTitle
NSAttributedString * attributedTitle
The styled title of the plot displayed in the legend.
Definition: CPTPlot.h:252
-
-[CPTPlot(AbstractMethods) fieldIdentifiers]
NSArray * fieldIdentifiers()
Identifiers (enum values) identifying the fields.
Definition: CPTPlot.m:2161
+
-[CPTPlot(AbstractMethods) fieldIdentifiers]
NSArray * fieldIdentifiers()
Identifiers (enum values) identifying the fields.
Definition: CPTPlot.m:2173
NSUInteger
typedef NSUInteger
CPTPlot::drawLegendSwatchDecoration
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 @@
13 
14 @interface CPTPlotRange : NSObject<NSCoding, NSCopying, NSMutableCopying>
15 
-
18 @property (nonatomic, readonly) NSDecimal location;
-
19 @property (nonatomic, readonly) NSDecimal length;
-
20 @property (nonatomic, readonly) NSDecimal end;
-
21 @property (nonatomic, readonly) double locationDouble;
-
22 @property (nonatomic, readonly) double lengthDouble;
-
23 @property (nonatomic, readonly) double endDouble;
-
24 
-
25 @property (nonatomic, readonly) NSDecimal minLimit;
-
26 @property (nonatomic, readonly) NSDecimal midPoint;
-
27 @property (nonatomic, readonly) NSDecimal maxLimit;
-
28 @property (nonatomic, readonly) double minLimitDouble;
-
29 @property (nonatomic, readonly) double midPointDouble;
-
30 @property (nonatomic, readonly) double maxLimitDouble;
-
32 
-
35 +(instancetype)plotRangeWithLocation:(NSDecimal)loc length:(NSDecimal)len;
-
37 
-
40 -(instancetype)initWithLocation:(NSDecimal)loc length:(NSDecimal)len NS_DESIGNATED_INITIALIZER;
-
41 -(instancetype)initWithCoder:(NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
-
43 
-
46 -(BOOL)contains:(NSDecimal)number;
-
47 -(BOOL)containsDouble:(double)number;
-
48 -(BOOL)containsNumber:(NSNumber *)number;
-
49 -(BOOL)isEqualToRange:(CPTPlotRange *)otherRange;
-
50 -(BOOL)containsRange:(CPTPlotRange *)otherRange;
-
51 -(BOOL)intersectsRange:(CPTPlotRange *)otherRange;
-
53 
-
56 -(CPTPlotRangeComparisonResult)compareToNumber:(NSNumber *)number;
-
57 -(CPTPlotRangeComparisonResult)compareToDecimal:(NSDecimal)number;
-
58 -(CPTPlotRangeComparisonResult)compareToDouble:(double)number;
-
60 
-
61 @end
+
18 @property (nonatomic, readonly, strong) NSNumber *location;
+
19 @property (nonatomic, readonly, strong) NSNumber *length;
+
20 @property (nonatomic, readonly, strong) NSNumber *end;
+
21 @property (nonatomic, readonly) NSDecimal locationDecimal;
+
22 @property (nonatomic, readonly) NSDecimal lengthDecimal;
+
23 @property (nonatomic, readonly) NSDecimal endDecimal;
+
24 @property (nonatomic, readonly) double locationDouble;
+
25 @property (nonatomic, readonly) double lengthDouble;
+
26 @property (nonatomic, readonly) double endDouble;
+
27 
+
28 @property (nonatomic, readonly, strong) NSNumber *minLimit;
+
29 @property (nonatomic, readonly, strong) NSNumber *midPoint;
+
30 @property (nonatomic, readonly, strong) NSNumber *maxLimit;
+
31 @property (nonatomic, readonly) NSDecimal minLimitDecimal;
+
32 @property (nonatomic, readonly) NSDecimal midPointDecimal;
+
33 @property (nonatomic, readonly) NSDecimal maxLimitDecimal;
+
34 @property (nonatomic, readonly) double minLimitDouble;
+
35 @property (nonatomic, readonly) double midPointDouble;
+
36 @property (nonatomic, readonly) double maxLimitDouble;
+
38 
+
41 +(instancetype)plotRangeWithLocation:(NSNumber *)loc length:(NSNumber *)len;
+
42 +(instancetype)plotRangeWithLocationDecimal:(NSDecimal)loc lengthDecimal:(NSDecimal)len;
+
44 
+
47 -(instancetype)initWithLocation:(NSNumber *)loc length:(NSNumber *)len;
+
48 -(instancetype)initWithLocationDecimal:(NSDecimal)loc lengthDecimal:(NSDecimal)len NS_DESIGNATED_INITIALIZER;
+
49 -(instancetype)initWithCoder:(NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
+
51 
+
54 -(BOOL)contains:(NSDecimal)number;
+
55 -(BOOL)containsDouble:(double)number;
+
56 -(BOOL)containsNumber:(NSNumber *)number;
+
57 -(BOOL)isEqualToRange:(CPTPlotRange *)otherRange;
+
58 -(BOOL)containsRange:(CPTPlotRange *)otherRange;
+
59 -(BOOL)intersectsRange:(CPTPlotRange *)otherRange;
+
61 
+
64 -(CPTPlotRangeComparisonResult)compareToNumber:(NSNumber *)number;
+
65 -(CPTPlotRangeComparisonResult)compareToDecimal:(NSDecimal)number;
+
66 -(CPTPlotRangeComparisonResult)compareToDouble:(double)number;
+
68 
+
69 @end
CPTPlotRangeComparisonResultNumberAboveRange
Number is above the range.
Definition: CPTPlotRange.h:11
+
CPTPlotRange::midPointDecimal
NSDecimal midPointDecimal
The middle value of the range.
Definition: CPTPlotRange.h:32
CPTPlotRange
Defines an immutable range of plot data.
Definition: CPTPlotRange.h:14
-
CPTPlotRange::minLimitDouble
double minLimitDouble
The minimum extreme value of the range as a double.
Definition: CPTPlotRange.h:28
-
CPTPlotRange::lengthDouble
double lengthDouble
The length of the range as a double.
Definition: CPTPlotRange.h:22
-
CPTPlotRange::maxLimit
NSDecimal maxLimit
The maximum extreme value of the range.
Definition: CPTPlotRange.h:27
+
CPTPlotRange::maxLimitDecimal
NSDecimal maxLimitDecimal
The maximum extreme value of the range.
Definition: CPTPlotRange.h:33
+
CPTPlotRange::locationDecimal
NSDecimal locationDecimal
The starting value of the range.
Definition: CPTPlotRange.h:21
+
CPTPlotRange::minLimitDouble
double minLimitDouble
The minimum extreme value of the range as a double.
Definition: CPTPlotRange.h:34
+
CPTPlotRange::endDecimal
NSDecimal endDecimal
The ending value of the range, equivalent to locationDecimal + lengthDecimal.
Definition: CPTPlotRange.h:23
+
CPTPlotRange::lengthDouble
double lengthDouble
The length of the range as a double.
Definition: CPTPlotRange.h:25
CPTPlotRangeComparisonResult
CPTPlotRangeComparisonResult
Enumeration of possible results of a plot range comparison.
Definition: CPTPlotRange.h:8
-
CPTPlotRange::minLimit
NSDecimal minLimit
The minimum extreme value of the range.
Definition: CPTPlotRange.h:25
+
CPTPlotRange::midPoint
NSNumber * midPoint
The middle value of the range.
Definition: CPTPlotRange.h:29
+
CPTPlotRange::minLimit
NSNumber * minLimit
The minimum extreme value of the range.
Definition: CPTPlotRange.h:28
+
CPTPlotRange::end
NSNumber * end
The ending value of the range, equivalent to location + length.
Definition: CPTPlotRange.h:20
NSCoder
-
CPTPlotRange::length
NSDecimal length
The length of the range.
Definition: CPTPlotRange.h:19
+
CPTPlotRange::maxLimit
NSNumber * maxLimit
The maximum extreme value of the range.
Definition: CPTPlotRange.h:30
CPTPlotRangeComparisonResultNumberBelowRange
Number is below the range.
Definition: CPTPlotRange.h:9
-
CPTPlotRange::location
NSDecimal location
The starting value of the range.
Definition: CPTPlotRange.h:18
-
CPTPlotRange::locationDouble
double locationDouble
The starting value of the range as a double.
Definition: CPTPlotRange.h:21
+
CPTPlotRange::locationDouble
double locationDouble
The starting value of the range as a double.
Definition: CPTPlotRange.h:24
+
CPTPlotRange::location
NSNumber * location
The starting value of the range.
Definition: CPTPlotRange.h:18
BOOL
typedef BOOL
CPTPlotRangeComparisonResultNumberInRange
Number is in the range.
Definition: CPTPlotRange.h:10
-
CPTPlotRange::midPoint
NSDecimal midPoint
The middle value of the range.
Definition: CPTPlotRange.h:26
NSObject
-
CPTPlotRange::maxLimitDouble
double maxLimitDouble
The maximum extreme value of the range as a double.
Definition: CPTPlotRange.h:30
-
CPTPlotRange::endDouble
double endDouble
The ending value of the range as a double, equivalent to locationDouble + lengthDouble.
Definition: CPTPlotRange.h:23
-
CPTPlotRange::end
NSDecimal end
The ending value of the range, equivalent to location + length.
Definition: CPTPlotRange.h:20
+
CPTPlotRange::lengthDecimal
NSDecimal lengthDecimal
The length of the range.
Definition: CPTPlotRange.h:22
+
CPTPlotRange::maxLimitDouble
double maxLimitDouble
The maximum extreme value of the range as a double.
Definition: CPTPlotRange.h:36
+
CPTPlotRange::endDouble
double endDouble
The ending value of the range as a double, equivalent to locationDouble + lengthDouble.
Definition: CPTPlotRange.h:26
+
CPTPlotRange::minLimitDecimal
NSDecimal minLimitDecimal
The minimum extreme value of the range.
Definition: CPTPlotRange.h:31
NSDecimal
typedef NSDecimal
+
CPTPlotRange::length
NSNumber * length
The length of the range.
Definition: CPTPlotRange.h:19
CPTDefinitions.h
-
CPTPlotRange::midPointDouble
double midPointDouble
The middle value of the range as a double.
Definition: CPTPlotRange.h:29
+
CPTPlotRange::midPointDouble
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...
+  @@ -157,6 +164,34 @@

Enumeration Type Documentation

Variables

+ + + +
+
+ + + + +
enum CPTScatterPlotHistogramOption : NSInteger
+
+ +

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 @@
34  CPTScatterPlotInterpolationCurved
35 };
36 
-
37 #pragma mark -
-
38 
-
42 @protocol CPTScatterPlotDataSource<CPTPlotDataSource>
-
43 
-
44 @optional
-
45 
+
40 typedef NS_ENUM (NSInteger, CPTScatterPlotHistogramOption) {
+
41  CPTScatterPlotHistogramNormal,
+
42  CPTScatterPlotHistogramSkipFirst,
+
43  CPTScatterPlotHistogramSkipSecond,
+
44  CPTScatterPlotHistogramOptionCount
+
45 };
+
46 
+
47 #pragma mark -
48 
-
54 -(NSArray *)symbolsForScatterPlot:(CPTScatterPlot *)plot recordIndexRange:(NSRange)indexRange;
+
52 @protocol CPTScatterPlotDataSource<CPTPlotDataSource>
+
53 
+
54 @optional
55 
-
64 -(CPTPlotSymbol *)symbolForScatterPlot:(CPTScatterPlot *)plot recordIndex:(NSUInteger)idx;
+
58 
+
64 -(NSArray *)symbolsForScatterPlot:(CPTScatterPlot *)plot recordIndexRange:(NSRange)indexRange;
65 
-
67 
-
68 @end
-
69 
-
70 #pragma mark -
-
71 
-
75 @protocol CPTScatterPlotDelegate<CPTPlotDelegate>
-
76 
-
77 @optional
-
78 
+
74 -(CPTPlotSymbol *)symbolForScatterPlot:(CPTScatterPlot *)plot recordIndex:(NSUInteger)idx;
+
75 
+
77 
+
78 @end
+
79 
+
80 #pragma mark -
81 
-
90 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolWasSelectedAtRecordIndex:(NSUInteger)idx;
+
85 @protocol CPTScatterPlotDelegate<CPTPlotDelegate>
+
86 
+
87 @optional
+
88 
91 
-
101 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolWasSelectedAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
-
102 
-
111 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchDownAtRecordIndex:(NSUInteger)idx;
+
100 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolWasSelectedAtRecordIndex:(NSUInteger)idx;
+
101 
+
111 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolWasSelectedAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
112 
-
122 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchDownAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
-
123 
-
132 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchUpAtRecordIndex:(NSUInteger)idx;
+
121 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchDownAtRecordIndex:(NSUInteger)idx;
+
122 
+
132 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchDownAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
133 
-
143 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchUpAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
-
144 
-
146 
-
149 
-
155 -(void)scatterPlotDataLineWasSelected:(CPTScatterPlot *)plot;
+
142 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchUpAtRecordIndex:(NSUInteger)idx;
+
143 
+
153 -(void)scatterPlot:(CPTScatterPlot *)plot plotSymbolTouchUpAtRecordIndex:(NSUInteger)idx withEvent:(CPTNativeEvent *)event;
+
154 
156 
-
163 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineWasSelectedWithEvent:(CPTNativeEvent *)event;
-
164 
-
171 -(void)scatterPlotDataLineTouchDown:(CPTScatterPlot *)plot;
-
172 
-
180 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineTouchDownWithEvent:(CPTNativeEvent *)event;
-
181 
-
188 -(void)scatterPlotDataLineTouchUp:(CPTScatterPlot *)plot;
-
189 
-
197 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineTouchUpWithEvent:(CPTNativeEvent *)event;
-
198 
-
200 
-
203 
-
211 -(void)scatterPlot:(CPTScatterPlot *)plot prepareForDrawingPlotLine:(CGPathRef)dataLinePath inContext:(CGContextRef)context;
-
212 
-
214 
-
215 @end
-
216 
-
217 #pragma mark -
-
218 
-
219 @interface CPTScatterPlot : CPTPlot
-
220 
-
223 @property (nonatomic, readwrite) NSDecimal areaBaseValue;
-
224 @property (nonatomic, readwrite) NSDecimal areaBaseValue2;
-
225 @property (nonatomic, readwrite, assign) CPTScatterPlotInterpolation interpolation;
-
227 
-
230 @property (nonatomic, readonly) NSArray *areaFillBands;
-
232 
-
235 @property (nonatomic, readwrite, copy) CPTLineStyle *dataLineStyle;
-
236 @property (nonatomic, readwrite, copy) CPTPlotSymbol *plotSymbol;
-
237 @property (nonatomic, readwrite, copy) CPTFill *areaFill;
-
238 @property (nonatomic, readwrite, copy) CPTFill *areaFill2;
-
240 
-
243 @property (nonatomic, readonly) CGPathRef newDataLinePath;
-
245 
-
248 @property (nonatomic, readwrite, assign) CGFloat plotSymbolMarginForHitDetection;
-
249 @property (nonatomic, readwrite, assign) CGFloat plotLineMarginForHitDetection;
-
250 @property (nonatomic, readwrite, assign) BOOL allowSimultaneousSymbolAndPlotSelection;
-
252 
-
255 -(NSUInteger)indexOfVisiblePointClosestToPlotAreaPoint:(CGPoint)viewPoint;
-
256 -(CGPoint)plotAreaPointOfVisiblePointAtIndex:(NSUInteger)idx;
-
258 
-
261 -(CPTPlotSymbol *)plotSymbolForRecordIndex:(NSUInteger)idx;
-
262 -(void)reloadPlotSymbols;
-
263 -(void)reloadPlotSymbolsInIndexRange:(NSRange)indexRange;
-
265 
-
268 -(void)addAreaFillBand:(CPTLimitBand *)limitBand;
-
269 -(void)removeAreaFillBand:(CPTLimitBand *)limitBand;
-
271 
-
272 @end
+
159 
+
165 -(void)scatterPlotDataLineWasSelected:(CPTScatterPlot *)plot;
+
166 
+
173 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineWasSelectedWithEvent:(CPTNativeEvent *)event;
+
174 
+
181 -(void)scatterPlotDataLineTouchDown:(CPTScatterPlot *)plot;
+
182 
+
190 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineTouchDownWithEvent:(CPTNativeEvent *)event;
+
191 
+
198 -(void)scatterPlotDataLineTouchUp:(CPTScatterPlot *)plot;
+
199 
+
207 -(void)scatterPlot:(CPTScatterPlot *)plot dataLineTouchUpWithEvent:(CPTNativeEvent *)event;
+
208 
+
210 
+
213 
+
221 -(void)scatterPlot:(CPTScatterPlot *)plot prepareForDrawingPlotLine:(CGPathRef)dataLinePath inContext:(CGContextRef)context;
+
222 
+
224 
+
225 @end
+
226 
+
227 #pragma mark -
+
228 
+
229 @interface CPTScatterPlot : CPTPlot
+
230 
+
233 @property (nonatomic, readwrite, strong) NSNumber *areaBaseValue;
+
234 @property (nonatomic, readwrite, strong) NSNumber *areaBaseValue2;
+
235 @property (nonatomic, readwrite, assign) CPTScatterPlotInterpolation interpolation;
+
236 @property (nonatomic, readwrite, assign) CPTScatterPlotHistogramOption histogramOption;
+
238 
+
241 @property (nonatomic, readonly) NSArray *areaFillBands;
+
243 
+
246 @property (nonatomic, readwrite, copy) CPTLineStyle *dataLineStyle;
+
247 @property (nonatomic, readwrite, copy) CPTPlotSymbol *plotSymbol;
+
248 @property (nonatomic, readwrite, copy) CPTFill *areaFill;
+
249 @property (nonatomic, readwrite, copy) CPTFill *areaFill2;
+
251 
+
254 @property (nonatomic, readonly) CGPathRef newDataLinePath;
+
256 
+
259 @property (nonatomic, readwrite, assign) CGFloat plotSymbolMarginForHitDetection;
+
260 @property (nonatomic, readwrite, assign) CGFloat plotLineMarginForHitDetection;
+
261 @property (nonatomic, readwrite, assign) BOOL allowSimultaneousSymbolAndPlotSelection;
+
263 
+
266 -(NSUInteger)indexOfVisiblePointClosestToPlotAreaPoint:(CGPoint)viewPoint;
+
267 -(CGPoint)plotAreaPointOfVisiblePointAtIndex:(NSUInteger)idx;
+
269 
+
272 -(CPTPlotSymbol *)plotSymbolForRecordIndex:(NSUInteger)idx;
+
273 -(void)reloadPlotSymbols;
+
274 -(void)reloadPlotSymbolsInIndexRange:(NSRange)indexRange;
+
276 
+
279 -(void)addAreaFillBand:(CPTLimitBand *)limitBand;
+
280 -(void)removeAreaFillBand:(CPTLimitBand *)limitBand;
+
282 
+
283 @end
CPTLimitBand
Defines a range and fill used to highlight a band of data.
Definition: CPTLimitBand.h:4
CPTLineStyle
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
CGPoint
typedef CGPoint
-
CPTScatterPlot::areaFill
CPTFill * areaFill
The fill style for the area underneath the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:237
-
CPTScatterPlot::allowSimultaneousSymbolAndPlotSelection
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
-
CPTScatterPlot::areaBaseValue
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
-
CPTScatterPlot::newDataLinePath
CGPathRef newDataLinePath
The path used to draw the data line. The caller must release the returned path.
Definition: CPTScatterPlot.h:243
-
CPTScatterPlot::plotSymbolMarginForHitDetection
CGFloat plotSymbolMarginForHitDetection
A margin added to each side of a symbol when determining whether it has been hit. ...
Definition: CPTScatterPlot.h:248
+
CPTScatterPlotHistogramOption
CPTScatterPlotHistogramOption
Enumeration of scatter plot histogram style options.
Definition: CPTScatterPlot.h:40
+
CPTScatterPlot::areaFill
CPTFill * areaFill
The fill style for the area underneath the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:248
+
CPTScatterPlot::allowSimultaneousSymbolAndPlotSelection
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
+
CPTScatterPlotHistogramSkipSecond
Skip the second step of the histogram.
Definition: CPTScatterPlot.h:43
+
CPTScatterPlot::newDataLinePath
CGPathRef newDataLinePath
The path used to draw the data line. The caller must release the returned path.
Definition: CPTScatterPlot.h:254
+
CPTScatterPlot::plotSymbolMarginForHitDetection
CGFloat plotSymbolMarginForHitDetection
A margin added to each side of a symbol when determining whether it has been hit. ...
Definition: CPTScatterPlot.h:259
+
CPTScatterPlot::areaBaseValue
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
CPTScatterPlotInterpolationStepped
Steps beginning at data point.
Definition: CPTScatterPlot.h:32
CPTScatterPlotBindingPlotSymbols
NSString *const CPTScatterPlotBindingPlotSymbols
Plot symbols.
Definition: CPTScatterPlot.m:34
CPTScatterPlotField
CPTScatterPlotField
Enumeration of scatter plot data source field types.
Definition: CPTScatterPlot.h:22
-
CPTScatterPlot::plotLineMarginForHitDetection
CGFloat plotLineMarginForHitDetection
A margin added to each side of a plot line when determining whether it has been hit.
Definition: CPTScatterPlot.h:249
+
CPTScatterPlot::plotLineMarginForHitDetection
CGFloat plotLineMarginForHitDetection
A margin added to each side of a plot line when determining whether it has been hit.
Definition: CPTScatterPlot.h:260
CPTScatterPlotInterpolationCurved
Bezier curve interpolation.
Definition: CPTScatterPlot.h:34
+
CPTScatterPlot::histogramOption
CPTScatterPlotHistogramOption histogramOption
The drawing style for a histogram plot line (interpolation = CPTScatterPlotInterpolationHistogram). Default is CPTScatterPlotHistogramNormal.
Definition: CPTScatterPlot.h:236
CPTPlotDataSource-p
A plot data source.
Definition: CPTPlot.h:36
-[NSObject copy]
id copy
CGContextRef
typedef CGContextRef
CPTPlotSymbol
Plot symbols for CPTScatterPlot.
Definition: CPTPlotSymbol.h:26
-
CPTScatterPlot::interpolation
CPTScatterPlotInterpolation interpolation
The interpolation algorithm used for lines between data points. Default is CPTScatterPlotInterpolatio...
Definition: CPTScatterPlot.h:225
CPTScatterPlotBindingXValues
NSString *const CPTScatterPlotBindingXValues
X values.
Definition: CPTScatterPlot.m:32
CPTFill
Draws area fills.
Definition: CPTFill.h:5
-
CPTScatterPlotDataSource-p
A scatter plot data source.
Definition: CPTScatterPlot.h:42
+
CPTScatterPlotDataSource-p
A scatter plot data source.
Definition: CPTScatterPlot.h:52
+
CPTScatterPlotHistogramNormal
Standard histogram.
Definition: CPTScatterPlot.h:41
NSArray
CPTPlot
An abstract plot class.
Definition: CPTPlot.h:242
CPTScatterPlotInterpolation
CPTScatterPlotInterpolation
Enumeration of scatter plot interpolation algorithms.
Definition: CPTScatterPlot.h:30
NSRange
typedef NSRange
+
CPTScatterPlotHistogramOptionCount
The number of histogram options available.
Definition: CPTScatterPlot.h:44
CGPathRef
typedef CGPathRef
-
CPTScatterPlot::dataLineStyle
CPTLineStyle * dataLineStyle
The line style for the data line. If nil, the line is not drawn.
Definition: CPTScatterPlot.h:235
+
CPTScatterPlot::dataLineStyle
CPTLineStyle * dataLineStyle
The line style for the data line. If nil, the line is not drawn.
Definition: CPTScatterPlot.h:246
CPTScatterPlotFieldX
X values.
Definition: CPTScatterPlot.h:23
-
CPTScatterPlot::areaFill2
CPTFill * areaFill2
The fill style for the area above the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:238
+
CPTScatterPlot::areaFill2
CPTFill * areaFill2
The fill style for the area above the data line. If nil, the area is not filled.
Definition: CPTScatterPlot.h:249
NSString
CPTPlotDelegate-p
Plot delegate.
Definition: CPTPlot.h:155
CPTScatterPlotInterpolationLinear
Linear interpolation.
Definition: CPTScatterPlot.h:31
+
CPTScatterPlotHistogramSkipFirst
Skip the first step of the histogram.
Definition: CPTScatterPlot.h:42
CPTPlot.h
-
NSDecimal
typedef NSDecimal
CPTDefinitions.h
CPTScatterPlotBindingYValues
NSString *const CPTScatterPlotBindingYValues
Y values.
Definition: CPTScatterPlot.m:33
-
CPTScatterPlot::plotSymbol
CPTPlotSymbol * plotSymbol
The plot symbol drawn at each point if the data source does not provide symbols. If nil...
Definition: CPTScatterPlot.h:236
-
CPTScatterPlot::areaBaseValue2
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
+
CPTScatterPlot::plotSymbol
CPTPlotSymbol * plotSymbol
The plot symbol drawn at each point if the data source does not provide symbols. If nil...
Definition: CPTScatterPlot.h:247
+
CPTScatterPlot::interpolation
CPTScatterPlotInterpolation interpolation
The interpolation algorithm used for lines between data points. Default is CPTScatterPlotInterpolatio...
Definition: CPTScatterPlot.h:235
CPTScatterPlotFieldY
Y values.
Definition: CPTScatterPlot.h:24
-
CPTScatterPlot::areaFillBands
NSArray * areaFillBands
An array of CPTLimitBand objects.
Definition: CPTScatterPlot.h:230
-
CPTScatterPlot
A two-dimensional scatter plot.
Definition: CPTScatterPlot.h:219
-
-[CPTScatterPlot reloadPlotSymbols]
void reloadPlotSymbols()
Reload all plot symbols from the data source immediately.
Definition: CPTScatterPlot.m:340
+
CPTScatterPlot::areaFillBands
NSArray * areaFillBands
An array of CPTLimitBand objects.
Definition: CPTScatterPlot.h:241
+
CPTScatterPlot
A two-dimensional scatter plot.
Definition: CPTScatterPlot.h:229
+
-[CPTScatterPlot reloadPlotSymbols]
void reloadPlotSymbols()
Reload all plot symbols from the data source immediately.
Definition: CPTScatterPlot.m:355
CPTScatterPlotInterpolationHistogram
Steps centered at data point.
Definition: CPTScatterPlot.h:33
-
CPTScatterPlotDelegate-p
Scatter plot delegate.
Definition: CPTScatterPlot.h:75
+
CPTScatterPlotDelegate-p
Scatter plot delegate.
Definition: CPTScatterPlot.h:85
NSUInteger
typedef NSUInteger
+
CPTScatterPlot::areaBaseValue2
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 @@
150 #if __cplusplus
151 }
152 #endif
-
CPTAlignRectToUserSpace
CGRect CPTAlignRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space to integral coordinates in device space.
Definition: CPTUtilities.m:853
+
CPTAlignRectToUserSpace
CGRect CPTAlignRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space to integral coordinates in device space.
Definition: CPTUtilities.m:849
CPTLineStyle
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:5
CPTRGBAColorFromCGColor
CPTRGBAColor CPTRGBAColorFromCGColor(CGColorRef color)
Extracts the color information from a CGColorRef and returns it as a CPTRGBAColor.
Definition: CPTUtilities.m:747
CPTExpandedRange
NSRange CPTExpandedRange(NSRange range, NSInteger expandBy)
Expands an NSRange by the given amount.
Definition: CPTUtilities.m:727
CPTDecimalAbs
NSDecimal CPTDecimalAbs(NSDecimal value)
Determines the absolute value of an NSDecimal value.
Definition: CPTUtilities.m:705
-
CPTStringFromRect
NSString * CPTStringFromRect(CGRect rect)
Creates a string representation of the given rectangle.
Definition: CPTUtilities.m:982
+
CPTStringFromRect
NSString * CPTStringFromRect(CGRect rect)
Creates a string representation of the given rectangle.
Definition: CPTUtilities.m:963
CPTDecimalIntValue
int CPTDecimalIntValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an int.
Definition: CPTUtilities.m:61
CGPoint
typedef CGPoint
CPTDecimalFromShort
NSDecimal CPTDecimalFromShort(int16_t anInt)
Converts a 16-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:212
@@ -200,7 +200,7 @@
CPTDecimalUnsignedIntegerValue
NSUInteger CPTDecimalUnsignedIntegerValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an NSUInteger.
Definition: CPTUtilities.m:131
CPTDecimalFromUnsignedChar
NSDecimal CPTDecimalFromUnsignedChar(uint8_t i)
Converts an unsigned 8-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:327
CPTDecimalAdd
NSDecimal CPTDecimalAdd(NSDecimal leftOperand, NSDecimal rightOperand)
Adds two NSDecimal structs together.
Definition: CPTUtilities.m:545
-
CPTAlignIntegralPointToUserSpace
CGPoint CPTAlignIntegralPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space between integral coordinates in device space.
Definition: CPTUtilities.m:887
+
CPTAlignIntegralPointToUserSpace
CGPoint CPTAlignIntegralPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space between integral coordinates in device space.
Definition: CPTUtilities.m:877
CPTDecimalFloatValue
float CPTDecimalFloatValue(NSDecimal decimalNumber)
Converts an NSDecimal value to a float.
Definition: CPTUtilities.m:141
CPTDecimalFromLongLong
NSDecimal CPTDecimalFromLongLong(int64_t anInt)
Converts a 64-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:258
CGContextRef
typedef CGContextRef
@@ -209,8 +209,8 @@
CPTDecimalUnsignedShortValue
uint16_t CPTDecimalUnsignedShortValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 16-bit integer.
Definition: CPTUtilities.m:91
CPTDecimalFromInt
NSDecimal CPTDecimalFromInt(int i)
Converts an int value to an NSDecimal.
Definition: CPTUtilities.m:281
CPTDecimalFromInteger
NSDecimal CPTDecimalFromInteger(NSInteger i)
Converts an NSInteger value to an NSDecimal.
Definition: CPTUtilities.m:304
-
CPTStringFromPoint
NSString * CPTStringFromPoint(CGPoint point)
Creates a string representation of the given point.
Definition: CPTUtilities.m:964
-
CPTEdgeInsetsEqualToEdgeInsets
BOOL CPTEdgeInsetsEqualToEdgeInsets(CPTEdgeInsets insets1, CPTEdgeInsets insets2)
Definition: CPTUtilities.m:1019
+
CPTStringFromPoint
NSString * CPTStringFromPoint(CGPoint point)
Creates a string representation of the given point.
Definition: CPTUtilities.m:945
+
CPTEdgeInsetsEqualToEdgeInsets
BOOL CPTEdgeInsetsEqualToEdgeInsets(CPTEdgeInsets insets1, CPTEdgeInsets insets2)
Definition: CPTUtilities.m:1000
CGSize
typedef CGSize
CPTDecimalDoubleValue
double CPTDecimalDoubleValue(NSDecimal decimalNumber)
Converts an NSDecimal value to a double.
Definition: CPTUtilities.m:151
CPTDecimalFromString
NSDecimal CPTDecimalFromString(NSString *stringRepresentation)
Parses a string and extracts the numeric value as an NSDecimal.
Definition: CPTUtilities.m:519
@@ -218,21 +218,21 @@
BOOL
typedef BOOL
CPTDecimalLessThan
BOOL CPTDecimalLessThan(NSDecimal leftOperand, NSDecimal rightOperand)
Checks to see if one NSDecimal is less than another.
Definition: CPTUtilities.m:626
CPTDecimalUnsignedIntValue
unsigned int CPTDecimalUnsignedIntValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned int.
Definition: CPTUtilities.m:121
-
CPTAlignBorderedRectToUserSpace
CGRect CPTAlignBorderedRectToUserSpace(CGContextRef context, CGRect rect, CPTLineStyle *borderLineStyle)
Definition: CPTUtilities.m:931
+
CPTAlignBorderedRectToUserSpace
CGRect CPTAlignBorderedRectToUserSpace(CGContextRef context, CGRect rect, CPTLineStyle *borderLineStyle)
Definition: CPTUtilities.m:912
CPTAlignPointToUserSpace
CGPoint CPTAlignPointToUserSpace(CGContextRef context, CGPoint point)
Aligns a point in user space to integral coordinates in device space.
Definition: CPTUtilities.m:801
CPTDecimalStringValue
NSString * CPTDecimalStringValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an NSString.
Definition: CPTUtilities.m:176
-
CPTAlignSizeToUserSpace
CGSize CPTAlignSizeToUserSpace(CGContextRef context, CGSize size)
Adjusts a size in user space to integral dimensions in device space.
Definition: CPTUtilities.m:829
+
CPTAlignSizeToUserSpace
CGSize CPTAlignSizeToUserSpace(CGContextRef context, CGSize size)
Adjusts a size in user space to integral dimensions in device space.
Definition: CPTUtilities.m:825
CPTDecimalUnsignedLongValue
uint32_t CPTDecimalUnsignedLongValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 32-bit integer.
Definition: CPTUtilities.m:101
CPTDecimalFromUnsignedLong
NSDecimal CPTDecimalFromUnsignedLong(uint32_t i)
Converts an unsigned 32-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:373
CPTDecimalFromDouble
NSDecimal CPTDecimalFromDouble(double aDouble)
Converts a double value to an NSDecimal.
Definition: CPTUtilities.m:483
CPTOrthogonalCoordinate
CPTCoordinate CPTOrthogonalCoordinate(CPTCoordinate coord)
Determines the CPTCoordinate that is orthogonal to the one provided.
Definition: CPTUtilities.m:783
-
CPTEdgeInsetsMake
CPTEdgeInsets CPTEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
Definition: CPTUtilities.m:1007
+
CPTEdgeInsetsMake
CPTEdgeInsets CPTEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
Definition: CPTUtilities.m:988
CPTDecimalFromLong
NSDecimal CPTDecimalFromLong(int32_t anInt)
Converts a 32-bit integer value to an NSDecimal.
Definition: CPTUtilities.m:235
NSRange
typedef NSRange
-
CPTAlignIntegralRectToUserSpace
CGRect CPTAlignIntegralRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space between integral coordinates in device space.
Definition: CPTUtilities.m:911
+
CPTAlignIntegralRectToUserSpace
CGRect CPTAlignIntegralRectToUserSpace(CGContextRef context, CGRect rect)
Aligns a rectangle in user space between integral coordinates in device space.
Definition: CPTUtilities.m:897
CPTAlignRectFunction
CGRect(* CPTAlignRectFunction)(CGContextRef, CGRect)
A function called to align a rectangle in a CGContext.
Definition: CPTUtilities.h:116
CPTCoordinate
CPTCoordinate
Enumeration of axis coordinates.
Definition: CPTDefinitions.h:139
-
squareOfDistanceBetweenPoints
CGFloat squareOfDistanceBetweenPoints(CGPoint point1, CGPoint point2)
Computes the square of the distance between two points.
Definition: CPTUtilities.m:995
+
squareOfDistanceBetweenPoints
CGFloat squareOfDistanceBetweenPoints(CGPoint point1, CGPoint point2)
Computes the square of the distance between two points.
Definition: CPTUtilities.m:976
NSInteger
typedef NSInteger
CPTDecimalMin
NSDecimal CPTDecimalMin(NSDecimal leftOperand, NSDecimal rightOperand)
Determines the smaller of two NSDecimal values.
Definition: CPTUtilities.m:674
NSString
@@ -249,7 +249,7 @@
CPTDecimalUnsignedCharValue
uint8_t CPTDecimalUnsignedCharValue(NSDecimal decimalNumber)
Converts an NSDecimal value to an unsigned 8-bit integer.
Definition: CPTUtilities.m:81
CGFloat
typedef CGFloat
CPTAlignPointFunction
CGPoint(* CPTAlignPointFunction)(CGContextRef, CGPoint)
A function called to align a point in a CGContext.
Definition: CPTUtilities.h:111
-
CPTStringFromSize
NSString * CPTStringFromSize(CGSize size)
Creates a string representation of the given size.
Definition: CPTUtilities.m:973
+
CPTStringFromSize
NSString * CPTStringFromSize(CGSize size)
Creates a string representation of the given size.
Definition: CPTUtilities.m:954
CPTDecimalNaN
NSDecimal CPTDecimalNaN(void)
Creates and returns an NSDecimal struct that represents the value “not a number” (NaN)...
Definition: CPTUtilities.m:663
CPTDecimalLessThanOrEqualTo
BOOL CPTDecimalLessThanOrEqualTo(NSDecimal leftOperand, NSDecimal rightOperand)
Checks to see if one NSDecimal is less than or equal to another.
Definition: CPTUtilities.m:637
CPTDecimalIntegerValue
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 @@
4 
5 @interface CPTXYAxis : CPTAxis
6 
-
9 @property (nonatomic, readwrite) NSDecimal orthogonalCoordinateDecimal;
+
9 @property (nonatomic, readwrite, strong) NSNumber *orthogonalPosition;
10 @property (nonatomic, readwrite, strong) CPTConstraints *axisConstraints;
12 
13 @end
CPTAxis.h
-
CPTXYAxis::orthogonalCoordinateDecimal
NSDecimal orthogonalCoordinateDecimal
The data coordinate value where the axis crosses the orthogonal axis. If the axisConstraints is non-n...
Definition: CPTXYAxis.h:9
+
CPTXYAxis::orthogonalPosition
NSNumber * orthogonalPosition
The data coordinate value where the axis crosses the orthogonal axis. If the axisConstraints is non-n...
Definition: CPTXYAxis.h:9
+
NSNumber
CPTXYAxis
A 2-dimensional cartesian (X-Y) axis class.
Definition: CPTXYAxis.h:5
-
CPTXYAxis::axisConstraints
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
-
NSDecimal
typedef NSDecimal
+
CPTXYAxis::axisConstraints
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
CPTAxis
An abstract axis class.
Definition: CPTAxis.h:186
CPTConstraints
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
2 
-
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>
+
5 
+
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>
+
71 
+
72 #else
+
73 
+
74 #import <Cocoa/Cocoa.h>
+
75 
+
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>
+
142 
+
143 #endif
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 @@

Public Instance Methods

Coordinate Space Conversions
-(CGPoint) - viewPointForCoordinateDecimalNumber: - Converts a position on the axis to drawing coordinates. More...
-  +(CGPoint) - viewPointForCoordinateValue: + Converts a position on the axis to drawing coordinates. More...
Grid Lines
(void) - drawGridLinesInContext:isMajor:  Draws grid lines into the provided graphics context. More...
@@ -190,15 +190,15 @@ - +
- + - - + +
- (CGPoint) viewPointForCoordinateDecimalNumber: - (CGPoint) viewPointForCoordinateValue: (NSDecimalcoordinateDecimalNumber(NSNumber *) coordinateValue
@@ -207,13 +207,13 @@

Converts a position on the axis to drawing coordinates.

Parameters
- +
coordinateDecimalNumberThe axis value in data coordinate space.
coordinateValueThe 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 @@ cornerRadiusCALayerdataForPDFRepresentationOfLayerCPTLayerdeallocNSObject - defaultTitleLocationCPTAxis + defaultTitleLocationCPTAxis delegateCALayerdescription<NSObject>description<NSObject> @@ -139,7 +139,7 @@ labelAlignmentCPTAxis labelExclusionRangesCPTAxis labelFormatterCPTAxis - labelingOriginCPTAxis + labelingOriginCPTAxis labelingPolicyCPTAxis labelOffsetCPTAxis labelRotationCPTAxis @@ -152,7 +152,7 @@ - logLayersCPTLayer majorGridLinesCPTAxis majorGridLineStyleCPTAxis - majorIntervalLengthCPTAxis + majorIntervalLengthCPTAxis majorTickLengthCPTAxis majorTickLineStyleCPTAxis majorTickLocationsCPTAxis @@ -216,7 +216,7 @@ timeOffset<CAMediaTiming> titleCPTAxis titleDirectionCPTAxis - titleLocationCPTAxis + titleLocationCPTAxis titleOffsetCPTAxis titleRotationCPTAxis titleTextStyleCPTAxis @@ -226,7 +226,7 @@ - updateMinorTickLabelsCPTAxis useFastRenderingCPTLayervalueClassForBinding:<NSKeyValueBindingCreation> - - viewPointForCoordinateDecimalNumber:CPTAxis(AbstractMethods) + - viewPointForCoordinateValue:CPTAxis(AbstractMethods) visibleAxisRangeCPTAxis visibleRangeCPTAxis 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:CPTAxisLabelpositionRelativeToViewPoint:forCoordinate:inDirection:CPTAxisLabel rotationCPTAxisLabel - tickLocationCPTAxisLabel + tickLocationCPTAxisLabelunbind:<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:CPTAxisLabelpositionRelativeToViewPoint:forCoordinate:inDirection:CPTAxisLabel rotationCPTAxisLabel - tickLocationCPTAxisLabel + tickLocationCPTAxisLabelunbind:<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 @@ barBaseCornerRadiusCPTBarPlot barBasesVaryCPTBarPlot barCornerRadiusCPTBarPlot - barOffsetCPTBarPlot - barOffsetScaleCPTBarPlot - barsAreHorizontalCPTBarPlot - barWidthCPTBarPlot - barWidthsAreInViewCoordinatesCPTBarPlot - barWidthScaleCPTBarPlot - baseValueCPTBarPlot + barOffsetCPTBarPlot + barsAreHorizontalCPTBarPlot + barWidthCPTBarPlot + barWidthsAreInViewCoordinatesCPTBarPlot + baseValueCPTBarPlot beginTime<CAMediaTiming>bind:toObject:withKeyPath:options:<NSKeyValueBindingCreation> boundsCALayer 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 @@ - deallocNSObjectdescription<NSObject>encodeWithCoder:<NSCoding> - endCPTPlotRange - endDoubleCPTPlotRange - - expandRangeByFactor:CPTMutablePlotRange - + exposeBinding:<NSKeyValueBindingCreation>static - - exposedBindings<NSKeyValueBindingCreation> - - finalizeNSObject - - hash<NSObject> - - infoForBinding:<NSKeyValueBindingCreation> - - initCPTPlotRange - + initializeNSObjectstatic - - initWithCoder:CPTPlotRange - - initWithCoder:<NSCoding> - - initWithLocation:length:CPTPlotRange + endCPTPlotRange + endDecimalCPTPlotRange + endDoubleCPTPlotRange + - expandRangeByFactor:CPTMutablePlotRange + + exposeBinding:<NSKeyValueBindingCreation>static + - exposedBindings<NSKeyValueBindingCreation> + - finalizeNSObject + - hash<NSObject> + - infoForBinding:<NSKeyValueBindingCreation> + - initCPTPlotRange + + initializeNSObjectstatic + - initWithCoder:CPTPlotRange + - initWithCoder:<NSCoding> + - initWithLocation:length:CPTPlotRange + - initWithLocationDecimal:lengthDecimal:CPTPlotRangeintersectionPlotRange:CPTMutablePlotRangeintersectsRange:CPTPlotRangeisEqual:<NSObject>isEqualToRange:CPTPlotRange - lengthCPTMutablePlotRange - lengthDoubleCPTPlotRange - + loadNSObjectstatic - locationCPTMutablePlotRange - locationDoubleCPTPlotRange - maxLimitCPTPlotRange - maxLimitDoubleCPTPlotRange - midPointCPTPlotRange + lengthCPTMutablePlotRange + lengthDecimalCPTMutablePlotRange + lengthDoubleCPTMutablePlotRange + + loadNSObjectstatic + locationCPTMutablePlotRange + locationDecimalCPTMutablePlotRange + locationDoubleCPTMutablePlotRange + maxLimitCPTPlotRange + maxLimitDecimalCPTPlotRange + maxLimitDoubleCPTPlotRange + midPointCPTPlotRange + midPointDecimalCPTPlotRange midPointDoubleCPTPlotRange - minLimitCPTPlotRange - minLimitDoubleCPTPlotRange - - mutableCopyNSObject - - mutableCopyWithZone:<NSMutableCopying> - + newNSObjectstatic - - optionDescriptionsForBinding:<NSKeyValueBindingCreation> - + plotRangeWithLocation:length:CPTPlotRangestatic + minLimitCPTPlotRange + minLimitDecimalCPTPlotRange + minLimitDoubleCPTPlotRange + - mutableCopyNSObject + - mutableCopyWithZone:<NSMutableCopying> + + newNSObjectstatic + - optionDescriptionsForBinding:<NSKeyValueBindingCreation> + + plotRangeWithLocation:length:CPTPlotRangestatic + + plotRangeWithLocationDecimal:lengthDecimal:CPTPlotRangestaticshiftEndToFitInRange:CPTMutablePlotRangeshiftLocationToFitInRange:CPTMutablePlotRangeunbind:<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 @@ - deallocNSObjectdescription<NSObject>encodeWithCoder:<NSCoding> - endCPTPlotRange - endDoubleCPTPlotRange - + exposeBinding:<NSKeyValueBindingCreation>static - - exposedBindings<NSKeyValueBindingCreation> - - finalizeNSObject - - hash<NSObject> - - infoForBinding:<NSKeyValueBindingCreation> - - initCPTPlotRange - + initializeNSObjectstatic - - initWithCoder:CPTPlotRange - - initWithCoder:<NSCoding> - - initWithLocation:length:CPTPlotRange + endCPTPlotRange + endDecimalCPTPlotRange + endDoubleCPTPlotRange + + exposeBinding:<NSKeyValueBindingCreation>static + - exposedBindings<NSKeyValueBindingCreation> + - finalizeNSObject + - hash<NSObject> + - infoForBinding:<NSKeyValueBindingCreation> + - initCPTPlotRange + + initializeNSObjectstatic + - initWithCoder:CPTPlotRange + - initWithCoder:<NSCoding> + - initWithLocation:length:CPTPlotRange + - initWithLocationDecimal:lengthDecimal:CPTPlotRangeintersectsRange:CPTPlotRangeisEqual:<NSObject>isEqualToRange:CPTPlotRange - lengthCPTPlotRange - lengthDoubleCPTPlotRange - + loadNSObjectstatic - locationCPTPlotRange + lengthCPTPlotRange + lengthDecimalCPTPlotRange + lengthDoubleCPTPlotRange + + loadNSObjectstatic + locationCPTPlotRange + locationDecimalCPTPlotRange locationDoubleCPTPlotRange - maxLimitCPTPlotRange - maxLimitDoubleCPTPlotRange - midPointCPTPlotRange + maxLimitCPTPlotRange + maxLimitDecimalCPTPlotRange + maxLimitDoubleCPTPlotRange + midPointCPTPlotRange + midPointDecimalCPTPlotRange midPointDoubleCPTPlotRange - minLimitCPTPlotRange - minLimitDoubleCPTPlotRange - - mutableCopyNSObject - - mutableCopyWithZone:<NSMutableCopying> - + newNSObjectstatic - - optionDescriptionsForBinding:<NSKeyValueBindingCreation> - + plotRangeWithLocation:length:CPTPlotRangestatic + minLimitCPTPlotRange + minLimitDecimalCPTPlotRange + minLimitDoubleCPTPlotRange + - mutableCopyNSObject + - mutableCopyWithZone:<NSMutableCopying> + + newNSObjectstatic + - optionDescriptionsForBinding:<NSKeyValueBindingCreation> + + plotRangeWithLocation:length:CPTPlotRangestatic + + plotRangeWithLocationDecimal:lengthDecimal:CPTPlotRangestaticunbind:<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 @@ annotationsCPTAnnotationHostLayerapplyMaskToContext:CPTLayerapplySublayerMaskToContext:forSublayer:withOffset:CPTLayer - areaBaseValueCPTScatterPlot - areaBaseValue2CPTScatterPlot + areaBaseValueCPTScatterPlot + areaBaseValue2CPTScatterPlot areaFillCPTScatterPlot areaFill2CPTScatterPlot areaFillBandsCPTScatterPlot @@ -143,108 +143,109 @@ graphCPTLayerhash<NSObject>hash<NSObject> - identifierCPTLayer - - imageOfLayerCPTLayer(CPTPlatformSpecificLayerExtensions) - - indexOfVisiblePointClosestToPlotAreaPoint:CPTScatterPlot - - infoForBinding:<NSKeyValueBindingCreation> - - initCPTLayer - + initializeNSObjectstatic - - initWithCoder:CPTLayer - - initWithCoder:<NSCoding> - - initWithFrame:CPTScatterPlot - - initWithLayerCALayer - - initWithLayer:CPTLayer - innerBorderPathCPTLayer - - insertDataAtIndex:numberOfRecords:CPTPlot - interpolationCPTScatterPlot - - isEqual:<NSObject> + histogramOptionCPTScatterPlot + identifierCPTLayer + - imageOfLayerCPTLayer(CPTPlatformSpecificLayerExtensions) + - indexOfVisiblePointClosestToPlotAreaPoint:CPTScatterPlot + - infoForBinding:<NSKeyValueBindingCreation> + - initCPTLayer + + initializeNSObjectstatic + - initWithCoder:CPTLayer + - initWithCoder:<NSCoding> + - initWithFrame:CPTScatterPlot + - initWithLayerCALayer + - initWithLayer:CPTLayer + innerBorderPathCPTLayer + - insertDataAtIndex:numberOfRecords:CPTPlot + interpolationCPTScatterPlotisEqual:<NSObject> - labelFieldCPTPlot - labelFormatterCPTPlot - labelOffsetCPTPlot - labelRotationCPTPlot - labelShadowCPTPlot - labelTextStyleCPTPlot - + layerCALayerstatic - - layoutAndRenderInContext:CPTLayer - - layoutSublayersCPTLayer - + loadNSObjectstatic - - loadNumbersForAllFieldsFromDataSourceInRecordIndexRange:CPTPlot - - logLayersCPTLayer - maskingPathCPTLayer - masksToBorderCPTLayer - masksToBoundsCALayer - - mutableCopyNSObject - needsDisplayOnBoundsChangeCALayer - needsRelabelCPTPlot - + newNSObjectstatic - newDataLinePathCPTScatterPlot - + nilDataCPTPlotstatic - - numberOfFieldsCPTPlot(AbstractMethods) - - numberOfLegendEntriesCPTPlot - - numbersFromDataSourceForField:recordIndexRange:CPTPlot - opacityCALayer - opaqueCALayer - - optionDescriptionsForBinding:<NSKeyValueBindingCreation> - outerBorderPathCPTLayer - paddingBottomCPTLayer - paddingLeftCPTLayer - paddingRightCPTLayer - paddingTopCPTLayer - - pixelAlignCPTLayer - plotAreaCPTPlot - - plotAreaPointOfVisiblePointAtIndex:CPTScatterPlot - plotLineMarginForHitDetectionCPTScatterPlot - - plotRangeForCoordinate:CPTPlot - - plotRangeForField:CPTPlot - plotSpaceCPTPlot - plotSymbolCPTScatterPlot - - plotSymbolForRecordIndex:CPTScatterPlot - plotSymbolMarginForHitDetectionCPTScatterPlot - - plotWasLineHitByInteractionPoint:CPTScatterPlot - - pointingDeviceCancelledEvent:CPTAnnotationHostLayer - - pointingDeviceDownEvent:atPoint:CPTScatterPlot - - pointingDeviceDraggedEvent:atPoint:CPTAnnotationHostLayer - - pointingDeviceUpEvent:atPoint:CPTScatterPlot - - positionLabelAnnotation:forIndex:CPTPlot(AbstractMethods) - - recursivelyRenderInContext:CPTLayer - - relabelCPTPlot - - relabelIndexRange:CPTPlot - - reloadDataCPTPlot - - reloadDataIfNeededCPTPlot - - reloadDataInIndexRange:CPTPlot - - reloadDataLabelsCPTPlot - - reloadDataLabelsInIndexRange:CPTPlot - - reloadPlotDataCPTPlot - - reloadPlotDataInIndexRange:CPTPlot - - reloadPlotSymbolsCPTScatterPlot - - reloadPlotSymbolsInIndexRange:CPTScatterPlot - - removeAllAnnotationsCPTAnnotationHostLayer - - removeAnnotation:CPTAnnotationHostLayer - - removeAreaFillBand:CPTScatterPlot - - renderAsVectorInContext:CPTLayer - repeatCount<CAMediaTiming> - repeatDuration<CAMediaTiming> - - repositionAllLabelAnnotationsCPTPlot - - scrollWheelEvent:fromPoint:toPoint:CPTLayer - - setDataNeedsReloadingCPTPlot - - setNeedsDisplayCALayer - - setNeedsDisplayInRect:CALayer - - setNeedsLayoutCALayer - - setNeedsRelabelCPTPlot - shadowCPTLayer - shadowMarginCPTLayer - showLabelsCPTPlot - speed<CAMediaTiming> - - sublayerMarginLeft:top:right:bottom:CPTLayer - sublayerMaskingPathCPTLayer - sublayersExcludedFromAutomaticLayoutCPTLayer - timeOffset<CAMediaTiming> - titleCPTPlot - - titleForLegendEntryAtIndex:CPTPlot - - unbind:<NSKeyValueBindingCreation> - useFastRenderingCPTLayer - - valueClassForBinding:<NSKeyValueBindingCreation> + - isEqual:<NSObject> + labelFieldCPTPlot + labelFormatterCPTPlot + labelOffsetCPTPlot + labelRotationCPTPlot + labelShadowCPTPlot + labelTextStyleCPTPlot + + layerCALayerstatic + - layoutAndRenderInContext:CPTLayer + - layoutSublayersCPTLayer + + loadNSObjectstatic + - loadNumbersForAllFieldsFromDataSourceInRecordIndexRange:CPTPlot + - logLayersCPTLayer + maskingPathCPTLayer + masksToBorderCPTLayer + masksToBoundsCALayer + - mutableCopyNSObject + needsDisplayOnBoundsChangeCALayer + needsRelabelCPTPlot + + newNSObjectstatic + newDataLinePathCPTScatterPlot + + nilDataCPTPlotstatic + - numberOfFieldsCPTPlot(AbstractMethods) + - numberOfLegendEntriesCPTPlot + - numbersFromDataSourceForField:recordIndexRange:CPTPlot + opacityCALayer + opaqueCALayer + - optionDescriptionsForBinding:<NSKeyValueBindingCreation> + outerBorderPathCPTLayer + paddingBottomCPTLayer + paddingLeftCPTLayer + paddingRightCPTLayer + paddingTopCPTLayer + - pixelAlignCPTLayer + plotAreaCPTPlot + - plotAreaPointOfVisiblePointAtIndex:CPTScatterPlot + plotLineMarginForHitDetectionCPTScatterPlot + - plotRangeForCoordinate:CPTPlot + - plotRangeForField:CPTPlot + plotSpaceCPTPlot + plotSymbolCPTScatterPlot + - plotSymbolForRecordIndex:CPTScatterPlot + plotSymbolMarginForHitDetectionCPTScatterPlot + - plotWasLineHitByInteractionPoint:CPTScatterPlot + - pointingDeviceCancelledEvent:CPTAnnotationHostLayer + - pointingDeviceDownEvent:atPoint:CPTScatterPlot + - pointingDeviceDraggedEvent:atPoint:CPTAnnotationHostLayer + - pointingDeviceUpEvent:atPoint:CPTScatterPlot + - positionLabelAnnotation:forIndex:CPTPlot(AbstractMethods) + - recursivelyRenderInContext:CPTLayer + - relabelCPTPlot + - relabelIndexRange:CPTPlot + - reloadDataCPTPlot + - reloadDataIfNeededCPTPlot + - reloadDataInIndexRange:CPTPlot + - reloadDataLabelsCPTPlot + - reloadDataLabelsInIndexRange:CPTPlot + - reloadPlotDataCPTPlot + - reloadPlotDataInIndexRange:CPTPlot + - reloadPlotSymbolsCPTScatterPlot + - reloadPlotSymbolsInIndexRange:CPTScatterPlot + - removeAllAnnotationsCPTAnnotationHostLayer + - removeAnnotation:CPTAnnotationHostLayer + - removeAreaFillBand:CPTScatterPlot + - renderAsVectorInContext:CPTLayer + repeatCount<CAMediaTiming> + repeatDuration<CAMediaTiming> + - repositionAllLabelAnnotationsCPTPlot + - scrollWheelEvent:fromPoint:toPoint:CPTLayer + - setDataNeedsReloadingCPTPlot + - setNeedsDisplayCALayer + - setNeedsDisplayInRect:CALayer + - setNeedsLayoutCALayer + - setNeedsRelabelCPTPlot + shadowCPTLayer + shadowMarginCPTLayer + showLabelsCPTPlot + speed<CAMediaTiming> + - sublayerMarginLeft:top:right:bottom:CPTLayer + sublayerMaskingPathCPTLayer + sublayersExcludedFromAutomaticLayoutCPTLayer + timeOffset<CAMediaTiming> + titleCPTPlot + - titleForLegendEntryAtIndex:CPTPlot + - unbind:<NSKeyValueBindingCreation> + useFastRenderingCPTLayer + - 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 @@ cornerRadiusCALayerdataForPDFRepresentationOfLayerCPTLayerdeallocNSObject - defaultTitleLocationCPTAxis + defaultTitleLocationCPTAxis delegateCALayerdescription<NSObject>description<NSObject> @@ -140,7 +140,7 @@ labelAlignmentCPTAxis labelExclusionRangesCPTAxis labelFormatterCPTAxis - labelingOriginCPTAxis + labelingOriginCPTAxis labelingPolicyCPTAxis labelOffsetCPTAxis labelRotationCPTAxis @@ -153,7 +153,7 @@ - logLayersCPTLayer majorGridLinesCPTAxis majorGridLineStyleCPTAxis - majorIntervalLengthCPTAxis + majorIntervalLengthCPTAxis majorTickLengthCPTAxis majorTickLineStyleCPTAxis majorTickLocationsCPTAxis @@ -181,7 +181,7 @@ opacityCALayer opaqueCALayeroptionDescriptionsForBinding:<NSKeyValueBindingCreation> - orthogonalCoordinateDecimalCPTXYAxis + orthogonalPositionCPTXYAxis outerBorderPathCPTLayer paddingBottomCPTLayer paddingLeftCPTLayer @@ -218,7 +218,7 @@ timeOffset<CAMediaTiming> titleCPTAxis titleDirectionCPTAxis - titleLocationCPTAxis + titleLocationCPTAxis titleOffsetCPTAxis titleRotationCPTAxis titleTextStyleCPTAxis @@ -228,7 +228,7 @@ - updateMinorTickLabelsCPTAxis useFastRenderingCPTLayervalueClassForBinding:<NSKeyValueBindingCreation> - - viewPointForCoordinateDecimalNumber:CPTAxis(AbstractMethods) + - viewPointForCoordinateValue:CPTAxis(AbstractMethods) visibleAxisRangeCPTAxis visibleRangeCPTAxis 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 -