Visual Basic: MSChart Control
RandomFill Property
See Also Example Applies To
Indicates whether the data for a chart data grid was randomly generated.
Syntax
object.RandomFill [ = boolean]
The RandomFill property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls how data is generated, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) Random data is used to draw the chart. |
False | No random data is generated. The user provides the data for the chart. |