[VB] | Public Sub setAxisBorder(edgeColor As Integer [, raisedEffect As Integer ]) |
[C#] | public void setAxisBorder(int edgeColor [, int raisedEffect ]); |
ChartDirector 5.1 (.NET Edition)
ColorAxis.setAxisBorder
Usage
[VB] | Public Sub setAxisBorder(edgeColor As Integer [, raisedEffect As Integer ]) |
[C#] | public void setAxisBorder(int edgeColor [, int raisedEffect ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
edgeColor | (Mandatory) | The edge color of the axis stem. |
raisedEffect | 0 | The 3D border width. For positive values, the border will appear raised. For negative values, the border will appear depressed. A zero value means the border will appear flat. This argument is also used to support Chart.glassEffect, Chart.softLighting and Chart.cylinderEffect effects. |
Return Value