[C#] | public void setSymbolOffset(int xOffset, int yOffset); |
[VB] | Public Sub setSymbolOffset(xOffset As Integer, yOffset As Integer) |
ChartDirector 7.1 (.NET Edition)
DataSet.
Usage
[C#] | public void setSymbolOffset(int xOffset, int yOffset); |
[VB] | Public Sub setSymbolOffset(xOffset As Integer, yOffset As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
xOffset | (Mandatory) | The x offset in pixels. A positive value mean shifting to the right. |
yOffset | (Mandatory) | The y offset in pixels. A positive value mean shifting to the bottom. |
Return Value