Force all axis labels to show

后端 未结 1 912
萌比男神i
萌比男神i 2020-12-06 04:11

In ASP.NET Column Chart, when the chart size is small some axis labels are not shown.

Question: How can I force all the label to show even if they

相关标签:
1条回答
  • 2020-12-06 05:02

    Set the Interval property for the Axis to 1, this will enforce it to display all the available labels irrespective of the space limitation.

    0 讨论(0)
提交回复
热议问题