Header menu logo Sigma.NET

RotationOptions Type

RotationOptions contains options for configuring a Rotation layout algorithm.

Constructors

Constructor Description

RotationOptions()

Full Usage: RotationOptions()

Returns: RotationOptions
Returns: RotationOptions

Static members

Static member Description

RotationOptions.Init(?Dimensions, ?Degrees, ?CenteredOnZero)

Full Usage: RotationOptions.Init(?Dimensions, ?Degrees, ?CenteredOnZero)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions for rotation.
    ?Degrees : bool - Optional boolean to indicate if the angle is in degrees.
    ?CenteredOnZero : bool - Optional boolean to rotate the graph around 0 instead of the graph’s center.

Returns: RotationOptions

Initializes a new instance of RotationOptions with optional parameters.

?Dimensions : string

Optional string array specifying the dimensions for rotation.

?Degrees : bool

Optional boolean to indicate if the angle is in degrees.

?CenteredOnZero : bool

Optional boolean to rotate the graph around 0 instead of the graph’s center.

Returns: RotationOptions

RotationOptions.Style(?Dimensions, ?Degrees, ?CenteredOnZero)

Full Usage: RotationOptions.Style(?Dimensions, ?Degrees, ?CenteredOnZero)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions for rotation.
    ?Degrees : bool - Optional boolean to indicate if the angle is in degrees.
    ?CenteredOnZero : bool - Optional boolean to rotate the graph around 0 instead of the graph’s center.

Returns: RotationOptions -> RotationOptions

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

?Dimensions : string

Optional string array specifying the dimensions for rotation.

?Degrees : bool

Optional boolean to indicate if the angle is in degrees.

?CenteredOnZero : bool

Optional boolean to rotate the graph around 0 instead of the graph’s center.

Returns: RotationOptions -> RotationOptions

Type something to start searching.