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

DefaultImageSize Constant

Specifies the default pixel dimensions of the area allocated to a legend item image.

#Declaration

Delphi
const DefaultImageSize: TdxSizeF = (cx: 20; cy: 16);

#Returns

Type Description
TdxSizeF

The default pixel dimensions of the area allocated to a legend item image at 96 DPI.

DefaultImageSize.Width and DefaultImageSize.Height property values are set to 20 and 16, respectively.

#Remarks

The DefaultImageSize typed constant defines the default ImageSize property value.

See Also