Enumeration of labeling policies.
| C# | Visual Basic | Visual C++ |
public enum CPAxisLabelingPolicy
Public Enumeration CPAxisLabelingPolicy
public enum class CPAxisLabelingPolicy
| Member | Description |
|---|---|
| CPAxisLabelingPolicyNone | No labels provided; user sets labels and locations. |
| CPAxisLabelingPolicyLocationsProvided | User sets locations; class makes labels. |
| CPAxisLabelingPolicyFixedInterval | Fixed interval labeling policy. |
| CPAxisLabelingPolicyAutomatic | Automatic labeling policy. |
| CPAxisLabelingPolicyLogarithmic | logarithmic labeling policy (not implemented). |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)