Article ID: 81472 - Last Review: February 22, 2007 - Revision: 2.2 BUG: Graph: ExtraData May Not Say: Invalid Property ValueThis article was previously published under Q81472 On This PageSYMPTOMS
When you use the Graph custom control, the ExtraData property will not
always generate an "Invalid Property Value" error when you assign it
invalid numbers.
CAUSE
ExtraData 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.
STATUS
Microsoft 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 INFORMATION
If 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
| Article Translations
|

Back to the top
