Header menu logo Sigma.NET

CircularOptions Type

CircularOptions type for configuring the Circular layout options

Constructors

Constructor Description

CircularOptions()

Full Usage: CircularOptions()

Returns: CircularOptions
Returns: CircularOptions

Static members

Static member Description

CircularOptions.Init(?Dimensions, ?Center, ?Scale)

Full Usage: CircularOptions.Init(?Dimensions, ?Center, ?Scale)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions of the layout.
    ?Center : float - Optional float to set the center of the layout.
    ?Scale : float - Optional float to set the scale of the layout.

Returns: CircularOptions

Initializes a new instance of CircularOptions with optional parameters.

?Dimensions : string

Optional string array specifying the dimensions of the layout.

?Center : float

Optional float to set the center of the layout.

?Scale : float

Optional float to set the scale of the layout.

Returns: CircularOptions

CircularOptions.Style(?Dimensions, ?Center, ?Scale)

Full Usage: CircularOptions.Style(?Dimensions, ?Center, ?Scale)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions of the layout.
    ?Center : float - Optional float to set the center of the layout.
    ?Scale : float - Optional float to set the scale of the layout.

Returns: CircularOptions -> CircularOptions

Applies updates to the CircularOptions instance based on the optional parameters.

?Dimensions : string

Optional string array specifying the dimensions of the layout.

?Center : float

Optional float to set the center of the layout.

?Scale : float

Optional float to set the scale of the layout.

Returns: CircularOptions -> CircularOptions

Type something to start searching.