Skip to main content
All docs
V25.1
  • DefaultLineLength Constant

    Specifies the default line length (in pixels) for value labels.

    Declaration

    const DefaultLineLength: Single = 30;

    Returns

    Type Description
    Single

    The default line length (in pixels) for value labels at 96 DPI.

    Remarks

    The DefaultLineLength typed constant defines the default value of the ValueLabels.LineLength property.

    See Also