Show/Hide Toolbars

RiverSoftAVG Products Help

The TRSDBLineChart component is the database aware version of the TRSLineChart . The TRSLineChart component is a TRSCustomChart descendant that represents a line chart (it descends from the TRSCustomLineChart component). The Line Chart connects chart values ( TRS2DChartValue ) by drawing a line between the points.

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.
 

LineChartExample

Namespace: RSDBCharts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb