Columnchart CategoryAxis labels visibility #193
-
Hi, XAML: <chart:CategoryAxis LabelRotation="90">
</chart:CategoryAxis> Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @AlleSchonWeg, In chart axes, intervals are calculated using a "nice interval" method based on the available size and axis range to prevent label overlap. Since the axis range isn’t explicitly set, it’s auto-calculated, which may result in some labels being skipped—especially on smaller screens. However, based on your screenshot, there seems to be enough space to display all labels. We attempted to reproduce the issue using the same configuration, but all labels were rendered correctly in our test. Please see the output below for reference. We suspect this behavior may be device specific. Could you please share the Android device model you are using? Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @PaulAndersonS , i posted this under discussion. Could you transfer this to issues? I think it is a bug. Thank you |
Beta Was this translation helpful? Give feedback.
Hi @AlleSchonWeg Sure. Please followup here #241