Skip to main content
All docs
V24.2

DefaultBarDistance Constant

Defines the default distance as a percentage of the diagram width allocated to display an individual bar.

Declaration

const DefaultBarDistance: Integer = 1;

Returns

Type Description
Integer

The default distance (in pixels) between bars in a bar group at 96 DPI.

Remarks

The DefaultBarDistance typed constant defines the default value of the BarDistance property.

VCL Chart Control: The Current Distance Between Bars is 1

See Also