Defines options for the equalizer chart (TRSEQChart)
Namespace: RSChartConsts
Delphi
|
type
TEQOption = (
eqoGradient,
eqoPartial,
eqoDrawHigh);
|
|
Name
|
Description
|
|
eqoDrawHigh
|
Draw the High water mark line that represents the highest value each bar has achieved
|
|
eqoGradient
|
Draw each EQ bar with a gradient
|
|
eqoPartial
|
Draw each EQ bar with the last block that makes up the bar stopping exactly at the EQ point (meaning the block may not be the size of the other blocks)
|
Top
|