Click or drag to resize

IDisplayedObjectsSetLabelOffset Method

For each McGraphObj in the collection, sets the LabelOffset property.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetLabelOffset ( 
	OffsetX As Integer,
	OffsetY As Integer
)

Parameters

OffsetX
Type: SystemInt32
X offset of label.
OffsetY
Type: SystemInt32
Y offset of label.
See Also