ChartDirector 7.1 (.NET Edition)

ColorAxis.setBoxMargin


Usage

[C#]public void setBoxMargin(int m);
[VB]Public Sub setBoxMargin(m As Integer)

Description

Sets all margins (left, right, top, and bottom) of the bounding box to the same value.

The margins of a bounding box refer to the distances between the borders of the bounding box to the color axis inside.

Arguments

ArgumentDefaultDescription
m(Mandatory)The left, right, top and bottom margins in pixels.

Return Value

None