PRB: MSChart Legend Text Gets TruncatedLast reviewed: November 12, 1997Article ID: Q176632 |
The information in this article applies to:
SYMPTOMSWhen you change the ColumnLabel property of an MSChart control at run-time, the text in the legend appears truncated.
RESOLUTIONTo work around this property, you can change the legend text at run-time by setting the LegendText property of the Series:
MSChart1.Plot.SeriesCollection(1).LegendText = "My Legend Text" STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
MSChart1.ColumnLabel = "Legend Text " & ito:
MSChart1.Plot.SeriesCollection(i).LegendText = "Legend Text " & i |
Additional query words: graph charting
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |