|
BarSizePct
|
Represents property BarSizePct.
|
|
EQOptions
|
Defines the set of options to apply for the equalizer chart
|
|
Max
|
Specifies the maximum height/value for all the equalizer bars in the EQ Chart. Use the Max and Min properties to specify the value range for the equalizer bars.
|
|
MaxColor
|
Specifies the color that the gradient should be at the end, or top, of the equalizer bar (over the full range specified by Max and Min).
|
|
Min
|
Specifies the minimum height/value for all the equalizer bars in the EQ Chart. Use the Max and Min properties to specify the value range for the equalizer bars.
|
|
MinColor
|
Specifies the color that the gradient should be at the start, or bottom, of the equalizer bar (over the full range specified by Max and Min).
|
|
OnCustomDrawValue
|
Represents property OnCustomDrawValue.
|
|
Orientation
|
Represents property Orientation.
|
|
Spacing
|
Specifies the spacing between equalizer bars as a percentage (0-100) of the size of each equalizer bar. The default is 10 which means 10% of the small EQ bars are empty.
|
|
Style
|
Defines how the equalizer bars are drawn
|
|
Subdivisions
|
Specifies how many smaller equalizer bars should make up the full range of the equalizer bar.
|
|
UseOrigin
|
Represents property UseOrigin.
|
|
Values
|
Contains all the EQ bars in the equalizer chart. Each item ( FMX.RS.BarCharts.TRSEQChartValue ) specifies one bar and its properties, including Value and Caption. Use the Values collection to add, delete, and modify EQ bars in the chart.
|