Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSChartsDB > RSDBCharts > Classes

TRSDBSparseBarChart Class

Scroll Prev Top Next More

The TRSDBSparseBarChart component is the database aware version of the TRSSparseBarChart. The TRSSparseBarChart component is a TRSCustomSparseBarChart descendant that represents a sparse bar chart, i.e., bars do not have to be besides each but spread through the horizontal axis . The Sparse Bar Chart displays each chart value ( TRSSparseBarChartValue ) by as a vertical or horizontal bar (depending on  Orientation). Each value draws a separate bar and the order of the bars is based on the order of the TRSSparseBarChartValue 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 bar value, DataFieldX specifies the X location, etc.
 

SparseBarChartExample

Namespace: RSDBCharts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb