[C#] | public static int flatBorder(int width); |
[VB] | Public Shared Function flatBorder(width As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int flatBorder(int width); |
[VB] | Public Shared Function flatBorder(width As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The border width. A positive value means the border is drawn inside the box or bar. A negative value means the border is outside the box or bar. |
Return Value