Skip to main content

TcxCustomProgressBarProperties.PeakValue Property

Specifies the position of the peak area.

Declaration

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