Show/Hide Toolbars

RiverSoftAVG Products Help

The TRSDBEQChart component is the database aware version of the TRSEQChart . The TRSEQChart component is a TRSChart descendant that provides an "equalizer" visualization. The TRSEQChart is similar to a bar chart ( TRSBarChart ) where every bar is made up of blocks and there are high water marks for each bar (think of a music equalizer). The EQ Chart displays each chart value ( TRSEQChartValue ) by as a vertical or horizontal bar (depending on  Orientation), broken up into equal size blocks (except possibly the last block). Each value draws a separate bar and the order of the bars is based on the order of the TRSEQChartValue in the collection.

The values for the chart are created by reading a dataset (database table or query) specified with the    DataSource property. Each record in the dataset provides one value for the chart, where the DataFieldValue property specifies the field to use for the Value property of the Value and the DataFieldHigh property specifies the High property of the Value.
 

EQChartExample2

Namespace: RSDBCharts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb