[VB] | Public Sub setBackground2(img As String [, align As Integer ]) |
[C#] | public void setBackground2(string img [, int align ]); |
ChartDirector 5.1 (.NET Edition)
PlotArea.setBackground2
Usage
[VB] | Public Sub setBackground2(img As String [, align As Integer ]) |
[C#] | public void setBackground2(string img [, int align ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
img | (Mandatory) | The image file that is used as the background image of the plot area. |
align | Center | The alignment of the background image relative to the plot area. See Alignment Specification for supported alignment types. |
Return Value