DefaultImageSize Constant
In This Article
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 |
---|---|
Tdx |
The default pixel dimensions of the area allocated to a legend item image at
|
#Remarks
The DefaultImageSize
typed constant defines the default ImageSize property value.
See Also