TRVReportColorChangerItem.PercentMiddle

<< Click to display table of contents >>

TRVReportColorChangerItem.PercentMiddle

Specify the location of the midpoint color and opacity.

property PercentMiddle: Single;

A value of this property must be greater than 0 and less than 100.

This property is used only if ColorMiddle <> rvclNone.

The midpoint value is calculated as MinValue + (MaxValue - MinValue) * PercentMiddle / 100. This value corresponds to ColorMiddle and OpacityMiddle.

Values between MinValue and the midpoint are shaded between ColorBegin and ColorMiddle, OpacityBegin and OpacityMiddle.

Values between the midpoint and MaxValue are shaded between ColorMiddle and ColorEnd, OpacityMiddle and OpacityEnd.

Default value

50

See also

OpacityBegin, OpacityMiddle, OpacityEnd

ColorBegin, ColorMiddle, ColorEnd