PlotScatterSeries.EnableDataCulling Property

Top 

Description

Determines whether or not the series will be subject to data culling. Disabling data culling for a series will affect performance for PlotScatterSeries with a large number of points.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myPlotScatterSeries1.EnableDataCulling;

 

myPlotScatterSeries1.EnableDataCulling = myVariable1;

 

See also

PlotScatterSeries Object

Plot Series Guide