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