Resolution Property

Gets or sets the level of detail in which data points within the region of interest (ROI)map to a graph.

Syntax

object.Resolution [= value]

Parameters

value
A Long expression greater than or equal to 1.

Remarks

If Resolution is 1, there is a one-to-one mapping of data points to points in the graph. When the resolution is 2, only one out of four data points is displayed. Each further increment of the resolution value decreases the detail level of the graph by a factor of 4. For example, a resolution of 3 would draw one out of 16 points.

Using a lower Resolution value (such as 1) enables a more accurate depiction of the data values in the graph, but can result in slow rendering when data sets are large.

See Also

ResolutionAutoAdjust