BUG: Graph: ExtraData May Not Say: Invalid Property ValueLast reviewed: June 21, 1995Article ID: Q81472 |
The information in this article applies to:
- Professional Edition of Microsoft Visual Basic for Windows, versions 2.0 and 3.0- Microsoft Professional Toolkit for Microsoft Visual Basic programming system for Windows, version 1.0
SYMPTOMSWhen you use the Graph custom control, the ExtraData property will not always generate an "Invalid Property Value" error when you assign it invalid numbers.
CAUSEExtraData has different valid ranges, depending on which GraphType you are using. The widest range is from 0 to 15, inclusive. Even if values between 0 and 15 are not within the documented range for an individual GraphType, they may not generate an error.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONIf you are using the 3-D bar graph (GraphType = 4), the ExtraData property holds the color values for the sides of the bars. Color values range from 0 to 15, so the legal values for ExtraData also range from 0 to 15. If you are using the 2-D pie graph (GraphType = 1) or the 3-D pie graph (GraphType = 2), the value of ExtraData will determine whether or not a pie piece is exploded from the graph. The documented range for ExtraData with pie graphs is from 0 to 1, where 0 = False and 1 = True. In practice, however, the range for ExtraData with pie graphs is from 0 to 15, where even values equal False and odd values equal True.
Steps to Reproduce Problem
|
Additional reference words: buglist1.00 buglist2.00 buglist3.00 1.00 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |