Defines how the equalizer bars are drawn for the TRSEQChart
Namespace: RSChartConsts
Delphi
|
type
TEQChartStyle = (
eqNormal,
eqSmooth,
eqValue );
|
|
Name
|
Description
|
|
eqNormal
|
Draws each equalizer bar as a sequence of smaller bars (like a normal equalizer look) from the Y origin to the value
|
|
eqSmooth
|
Draws each equalizer bar as one bar from the Y origin to the value
|
|
eqValue
|
Draws each equalizer bar as a small bar located at the value
|
Top
|