Show/Hide Toolbars

RiverSoftAVG Products Help

The TRSDBPointChart component is the database aware version of the TRSPointChart . The TRSPointChart component is a TRSCustomChart descendant that represents a point chart. The point chart displays chart values ( TRS2DImageChartValue) as points, where all points are the same size and type of point (defined by the PointsInfo property). Use the TRSShapeChart component if you want each point to have individual shapes as well as size.

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.
 

PointChartExample

Namespace: RSDBCharts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb