| Plot | 
|  HideLegend()  PreScaleSetup() SetCenter() SetColor() SetCSIMTargets() SetLegend() SetLineWeight()  | 
| Name | Type | Description | 
|---|---|---|
| value | DisplayValue | Control the data value displayed at each data point | 
Hide legend for this plot
| Argument | Default | Description | 
|---|---|---|
| $f | true | TRUE=Hide legend | 
Example:
// Virtual function to the the concrete plot class to make any changes to the graph// and scale before the stroke process begins
| Argument | Default | Description | 
|---|---|---|
| $aGraph | No description available | 
Center the data pointr between tick labels
| Argument | Default | Description | 
|---|---|---|
| $aCenter | true | True=Center each data point | 
Example:
Specify color for plot.
| Argument | Default | Description | 
|---|---|---|
| $aColor | Color | 
Example:
Set URL targets for CSIM
| Argument | Default | Description | 
|---|---|---|
| $aTargets | Array of URL targets | |
| $aAlts | '' | Alt texts for each CSIM point | 
| $aWinTargets | '' | No description available | 
Example:
Set legend string for this plot
| Argument | Default | Description | 
|---|---|---|
| $aLegend | Legend string | |
| $aCSIM | '' | URL for image map | 
| $aCSIMAlt | '' | Alt text for image map | 
| $aCSIMWinTarget | '' | No description available | 
Example:
Specify line weight for plot
| Argument | Default | Description | 
|---|---|---|
| $aWeight | 1 | Line weight in pixels | 
Example: