com.nchart3d.NChart.NChartCalloutOverlappingPrevention Enum Reference
The NChartCalloutOverlappingPrevention enum provides constants to determine the overlapping prevention algorithm for callouts. More...
Public Attributes | |
| None | |
| Do not prevent overlapping. | |
| PlaceAside | |
| Prevent overlapping by placing all the callouts on the left and right borders of the chart plot area. | |
| PlaceAsideIfNeeded | |
| Prevent overlapping by adaptively choosing if the callout should be placed normally (as if no overlapping prevention acts) or on the left/right border of the chart plot area. | |
Detailed Description
The NChartCalloutOverlappingPrevention enum provides constants to determine the overlapping prevention algorithm for callouts.
