[]
Configurates TotalAngle. Sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
public FlexRadarBuilder<T> TotalAngle(int value)
Type | Name | Description |
---|---|---|
int | value | The value. |
Type | Description |
---|---|
FlexRadarBuilder<T> | Current builder. |