ThinnedPlot Property
The ThinnedPlot property thins the specified plot by increasing the Frequency value (StepRow) until the Data points count (DataPtsCount) is less than the Threshold for thinned plots specified in the Environment | Plots options. Returns a Boolean.
Syntax
object.ThinnedPlot
object.ThinnedPlot = ThinnedPlot
Parameter | Type | Description |
ThinnedPlot | Boolean | required, True to enable plot thinning. False to remove plot thinning. |
Example 1
This example demonstrates returning the thinned plot state.
Debug.Print LineScatterPlot.ThinnedPlot
Example 2
This example demonstrates enabling plot thinning for a line/scatter plot.
LineScatterPlot.ThinnedPlot = True
Used by: AutoPlot Object