Skip to main content
A newer version of this page is available. .

DefaultBarDistance Constant

Defines the default distance (in pixels) between bars in a bar group displayed for one argument value (category).

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