I have a visifire customization question.
How do I force the direction of X Axis labels?
How do I make the x axis labels on the graph on the right look more like the ones on the left? [
]As you can see, there is not enough r开发者_StackOverflow社区oom to display the graph properly
You can try setting Angle and Rows properties in AxisLabels.
Example:
<vc:Chart.AxesX>
<vc:Axis>
<vc:Axis.AxisLabels>
<vc:AxisLabels Rows="2" Angle="0"/>
</vc:Axis.AxisLabels>
</vc:Axis>
</vc:Chart.AxesX>
精彩评论