Visit Gigasoft's Web Site
 ProEssentials v9 Help

LineGapThreshold

Scope

Pego, Pesgo

Type

Double

Default

1.0e6

.NET

PePlot.Option.LineGapThreshold

Ocx|Vcl

LineGapThreshold

DLL

PEP_fLINEGAPTHRESHOLD

 

Purpose

This property uses the distance between any adjacent non-null data points to form the gap in the line. For the Scientific Graph Object, this distance is the difference between consecutive non-null XData values. For the Graph Object, this distance is the point number difference between consecutive non-null YData values. This property only applies when PlottingMethod = PEGPM_LINE. If there are two consecutive gaps, then a data point symbol will be used designate the location of the data point.

 

Comments

PePlot.Option.LineGapThreshold members of Pego.PePlot.Option, Pesgo.PePlot.Option

 

This property set to 1e20 will also force ProEssentials to use the LineTo construction of lines instead of the faster default method. This may advantageous under rare circumstances.

 

See Also: NullDataGaps, NullDataValue, NullDataValueX

 

Chapter 7, Question 15 for more information on this property.