[C#] | public static int Cross2Shape(double width); |
[VB] | Public Shared Function Cross2Shape(width As Double) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int Cross2Shape(double width); |
[VB] | Public Shared Function Cross2Shape(width As Double) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the arms of the a 'X' as a ratio to the size of the shape. Must be between 0 and 1. |
Return Value