NChartCartesianPlanesIntersectionCoord Class Reference
Inherits from | NSObject |
---|---|
Declared in | NChartCartesianPlanesIntersectionCoord.h |
Overview
The NChartCartesianPlanesIntersectionCoord class provides methods to handle coordinates of the NChartCartesianPlanesIntersectionCoordsect. NChartCartesianSystem
has corresponding properties to control X, Y and Z
coordinates of this point.
calcAutomatically
Flag determining if the coordinate should be calculated automatically (YES) or is set manually (NO). The default value is YES.
@property (nonatomic, assign) BOOL calcAutomatically
Discussion
If you set some value to the value
property, this flag is set to NO automatically.
Declared In
NChartCartesianPlanesIntersectionCoord.h
value
Value of the coordinate. If the calcAutomatically
flag is YES, this property has no effect.
@property (nonatomic, assign) double value
Discussion
If this property is assigned, calcAutomatically
is set to NO automatically.
Declared In
NChartCartesianPlanesIntersectionCoord.h
hostsOnSAxis
Flag determining if the position is calculated according to the secondary axis (YES) or not (NO) The default value is NO.
@property (nonatomic, assign) BOOL hostsOnSAxis
Declared In
NChartCartesianPlanesIntersectionCoord.h