[C#] | public void setBackground2(string filename [, int align ]); |
[VB] | Public Sub setBackground2(filename As String [, align As Integer ]) |
ChartDirector 7.1 (.NET Edition)
PlotArea.
Usage
[C#] | public void setBackground2(string filename [, int align ]); |
[VB] | Public Sub setBackground2(filename As String [, align As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The pathname of the image file or resource, which must be of PNG, JPG or GIF format. Please refer to Path Specification on how ChartDirector interprets pathnames. |
align | Center | The alignment of the background image relative to the plot area. See Alignment Specification for supported alignment types. |
Return Value