ChartFX 7.0 has a PointLabelOrganizer.AutoArrange
property to keep point labels on a chart from overlapping.
I have a line chart with many overlapping point labels, so I set AutoArrange
to true
. However, instead of rearranging the points, it clips most of them so they disappear.
Is there another setting that will eliminate both overlapping and clipping?