Skip to main content
All docs
V24.2

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

DefaultBarDistance Constant

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

#Declaration

Delphi
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