Class LineLabelPlacement

LineLabelPlacement class

Line label placement places labels along line.

public class LineLabelPlacement : LabelPlacement

Constructors

NameDescription
LineLabelPlacement()Creates new instance.
LineLabelPlacement(LineLabelPlacement)Creates new instance.

Properties

NameDescription
Alignment { get; set; }Specifies how the label is aligned with the linear path. Default is Parallel.
MaxAngleDelta { get; set; }When used with Curved sets the maximum angle in degrees between two subsequent characters in a curved label. Default is 25.
Offset { get; set; }The offset from the linear path. Positive values offset to the left of the line, negative to the right. Default is 0.

Methods

NameDescription
override Clone()Clones this instance.

See Also