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

    Specifies the default horizontal and vertical distances (in pixels) between legend items.

    Declaration

    const DefaultItemIndent: TdxSizeF = (cx: 12; cy: 2);

    Returns

    Type Description
    TdxSizeF

    The default horizontal and vertical pixel distances between legend items at 96 DPI.

    DefaultItemIndent.Width and DefaultItemIndent.Height property values are set to 12 and 2, respectively.

    Remarks

    The DefaultItemIndent typed constant defines the default ItemIndent property value.

    See Also