DefaultItemIndent Constant
In This Article
Specifies the default horizontal and vertical distances (in pixels) between legend items.
#Declaration
Delphi
const DefaultItemIndent: TdxSizeF = (cx: 12; cy: 2);
#Returns
Type | Description |
---|---|
Tdx |
The default horizontal and vertical pixel distances between legend items at
|
#Remarks
The DefaultItemIndent
typed constant defines the default ItemIndent
property value.
See Also