Articles in this section
Category / Section

The last label in my ChartControl is not visible. Why?

1 min read

 

The ChartControl does not draw the last label along an axis if the label will not be completely visible when drawn. This behavior can be changed by setting the HidePartialLabels property to False (default value is True).

C#

this.chartControl1.HidePartialLabels = false;

VB

Me.chartControl1.HidePartialLabels = False

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied