Header menu logo Sigma.NET

DisplayData Type

Represents data for display elements such as nodes and edges.

Constructors

Constructor Description

DisplayData()

Full Usage: DisplayData()

Returns: DisplayData
Returns: DisplayData

Static members

Static member Description

DisplayData.Init(?Label, ?Size, ?Color, ?Hidden, ?ForceLabel, ?ZIndex, ?StyleType, ?X, ?Y)

Full Usage: DisplayData.Init(?Label, ?Size, ?Color, ?Hidden, ?ForceLabel, ?ZIndex, ?StyleType, ?X, ?Y)

Parameters:
    ?Label : string - Optional label for the display data.
    ?Size : 'a - Optional size of the display data.
    ?Color : string - Optional color for the display data.
    ?Hidden : bool - Optional flag indicating if the display data is hidden.
    ?ForceLabel : bool - Optional flag to force display the label.
    ?ZIndex : int - Optional z-index value for the display data.
    ?StyleType : string - Optional style type for the display data.
    ?X : 'b - Optional X coordinate for the display data.
    ?Y : 'c - Optional Y coordinate for the display data.

Returns: DisplayData

Initializes a new instance of DisplayData with optional parameters.

?Label : string

Optional label for the display data.

?Size : 'a

Optional size of the display data.

?Color : string

Optional color for the display data.

?Hidden : bool

Optional flag indicating if the display data is hidden.

?ForceLabel : bool

Optional flag to force display the label.

?ZIndex : int

Optional z-index value for the display data.

?StyleType : string

Optional style type for the display data.

?X : 'b

Optional X coordinate for the display data.

?Y : 'c

Optional Y coordinate for the display data.

Returns: DisplayData

DisplayData.Style(?Label, ?Size, ?Color, ?Hidden, ?ForceLabel, ?ZIndex, ?StyleType, ?X, ?Y)

Full Usage: DisplayData.Style(?Label, ?Size, ?Color, ?Hidden, ?ForceLabel, ?ZIndex, ?StyleType, ?X, ?Y)

Parameters:
    ?Label : string - Optional label to update.
    ?Size : 'a - Optional size to update.
    ?Color : string - Optional color to update.
    ?Hidden : bool - Optional flag to update hidden status.
    ?ForceLabel : bool - Optional flag to update force label status.
    ?ZIndex : int - Optional z-index value to update.
    ?StyleType : string - Optional style type to update.
    ?X : 'b - Optional X coordinate to update.
    ?Y : 'c - Optional Y coordinate to update.

Returns: DisplayData -> DisplayData

Applies style updates to a DisplayData object.

?Label : string

Optional label to update.

?Size : 'a

Optional size to update.

?Color : string

Optional color to update.

?Hidden : bool

Optional flag to update hidden status.

?ForceLabel : bool

Optional flag to update force label status.

?ZIndex : int

Optional z-index value to update.

?StyleType : string

Optional style type to update.

?X : 'b

Optional X coordinate to update.

?Y : 'c

Optional Y coordinate to update.

Returns: DisplayData -> DisplayData

Type something to start searching.