LabelOrganizingSettings.Dx Property
Gets or sets the number of pixels a label can be moved along the x-axis.
Syntax
public AttributeVariable< System.Double > Dx { get; set; }
Property Value
Default: 10.0
The number of pixels a label can be moved along the x-axis. This property has no effect in 3D views.
Remarks
This property has a different meaning depending on whether it is associated with a label generated from a point (a point feature or the center of a polygon feature) or a label that is repeated along a line.
Kind of label | Meaning of Dx |
---|---|
From a point | The number of pixels along the x-axis of the candidate farthest from the original position. |
Repeated along a line | The number of pixels between each candidate along the line. |
You can see examples of both meanings on the main documentation page for the LabelOrganizingSettings class.
This property should usually be set to zero when generating labels at the center of polygons. See the Label inside a polygon section on the LabelOrganizingSettings page.
Platforms
Windows, Linux, Android