Modifying colors, fill patterns, and other data
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 |
SetDataLabelling |
Specifies the display setting for a data |
SetDataStyle |
Sets the color, fill pattern, or other |
SetDataTransparency |
Sets the transparency percentage for |
SetSeriesLabelling |
Specifies the display setting for a series |
SetSeriesStyle |
Sets the color, fill pattern, or other |
SetSeriesTransparency |
Sets the transparency percentage of a |
Web ActiveX
These methods modify the appearance of data in a graph:
Method |
Action |
---|---|
ResetDataColors |
Resets the color for a specific data |
SetDataColor |
Sets the color of a specified data point |
SetDataFill |
Sets the fill pattern of a specified |
SetDataLine |
Sets the line style and width of a specified |
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 |
SetSeriesLine |
Sets the line style and width used by |
SetSeriesOverlay |
Specifies whether a series in a graph |
SetSeriesSymbol |
Sets the symbol of a specified series |