Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefaultItemIndent Constant

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

#Declaration

Delphi
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