J
Johler
Does anyone out there have any experience with the XY Scatter Chart. Specifically labeling points. I have a recordset, which returns a set of data points and a description for each point, from a SQL database. The dataset is an X coordinate, a Y coordinate and a description of the point. I am able to turn on the label, but the scatter only shows the value of the coordinates, not the description. I want to be able to set the datapoint to a field in my recordset called description. the x,y coordinates are of no use to the viewer of the Chart. In Excel it is fairly simple to assign a data point to a text field through the VBA. I think it is probably possible, but don't know the syntax in the OWC to set each point to a recordset field. Any help would be greatly appreciated.