Show/Hide Toolbars

RiverSoftAVG Products Help

The TRSDBAreaChart component is the database aware version of the TRSAreaChart . The TRSDBAreaChart component represents a line chart ( TRSCustomLineChart ) where the area under the lines is also filled in. The Area Chart connects chart values ( TRS2DChartValue) by drawing a line between the points and filling in the area underneath the line to bottom axis of the chart panel.

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 DataFieldX property specifies the field to use for the X property of the Value and the DataFieldY property specifies the Y property of the Value.
 

AreaChartExample

Namespace: RSDBCharts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb