Skip to main content

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

DefaultHoleRadius Constant

Specifies the default doughnut hole radius (as a percentage of the current doughnut radius).

#Declaration

Delphi
const DefaultHoleRadius: Single = 50;

#Returns

Type Description
Single

The default doughnut hole radius (as a percentage of the current doughnut radius).

#Remarks

The DefaultHoleRadius typed constant defines the default value of the HoleRadius property.

See Also