Click or drag to resize

IMcGraphObjLine2Layer Property

This object's display layer number.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property Layer As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
There are 10 display layers, numbered from 0 through 9. If you assign the value of -1 to this property, then the Layer is set to the McGraphOverlay.DefaultLayer of the graph object's Overlay. In this case, if Overlay.DefaultLayer is -1, then the Layer is copied from this object's template object. The LabelObject is always in the same layer as the master object.
See Also