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

TcxCustomProgressBarProperties.PeakValue Property

Specifies the position of the peak area.

#Declaration

Delphi
property PeakValue: Double read; write;

#Property Value

Type
Double

#Remarks

When the ShowPeak property is set to True, the control displays the peak area at the position specified by the PeakValue property. The width and color of the peak area are set by the PeakSize and PeakColor properties respectively.

The PeakValue property can be set to a value in the range specified by the Position and Max properties. If the Position is increased so that it is greater than the peak position, the PeakValue property is set to the Position property value.

The default value of the PeakValue property is 0.

See Also