PowerBuilder The following methods allow you to modify the appearance of data in a graph:
| Method | Action | 
|---|---|
| ResetDataColors | Resets the color for a specific data point | 
| SetDataLabelling | Specifies the display setting for a data label in a DirectX 3D graph | 
| SetDataStyle | Sets the color, fill pattern, or other visual property for a specific data point | 
| SetDataTransparency | Sets the transparency percentage for a data point in a DirectX 3D graph | 
| SetSeriesLabelling | Specifies the display setting for a series label in a DirectX 3D graph | 
| SetSeriesStyle | Sets the color, fill pattern, or other visual property for a series | 
| SetSeriesTransparency | Sets the transparency percentage of a series in a DirectX 3D graph | 
Web ActiveX These methods modify the appearance of data in a graph:
| Method | Action | 
|---|---|
| ResetDataColors | Resets the color for a specific data point | 
| SetDataColor | Sets the color of a specified data point | 
| SetDataFill | Sets the fill pattern of a specified data point | 
| SetDataLine | Sets the line style and width of a specified data point | 
| SetDataPieExplode | Explodes a slice in a pie graph | 
| SetDataSymbol | Sets the symbol of a specified data point | 
| SetSeriesColor | Sets the color of a specified series | 
| SetSeriesFill | Sets the fill pattern of a specified series | 
| SetSeriesLine | Sets the line style and width used by a specified series | 
| SetSeriesOverlay | Specifies whether a series in a graph is an overlay (that is, whether it is shown as a line on top of another graph type) | 
| SetSeriesSymbol | Sets the symbol of a specified series |