RandomSubsetsToGraph Property
In an Enhanced Chart, this property specifies the subset of data sources to be graphed. Each specified data source is included in the subset. For example, if you have a chart with four data sources and you specify data sources one and two as part of the subset, then both data sources will appear in all visualizations of the chart. On the other hand, each of the other data sources of the chart will be only graphed in one of the chart's visualizations. For this reason, the data sources specified in this property are also referred to as "baseline" collectively. By specifying baseline and non-baseline data sources, you can compare data sources in different visualizations.
The data sources are specified in the form of dataset indices, separated by a comma. For example, a value of "0, 2" specifies that data sources one and three are to be graphed in all visualizations.
Syntax
object.RandomSubsetsToGraph [= String]
Properties
The RandomSubsetsToGraph property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
String |
The subsets to be graphed for the HistogramChart, LineChart, SPCBarChart, or XYChart Object. |