SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and iOS Chart & Android Chart Components
It seems that if the axis is collapsed, all associated annotation labels are not visible (but their annotation line is visible).
Is there property or the like that will allow labels to be shown which are associated with a collapsed axis?
Hi Riley
I haven’t tried it, but you can try setting Axis.Visibility = Visibility.Hidden. This will hide the axis but will preserve its size. Try then setting the width to zero or a small number.
When collapsed, any sub-views on the axis are also collapsed, that’s a WPF limitation I’m afraid.
Best regards,
Andrew
Please login first to submit.