Class GraphLayout
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a layout configuration for arranging elements of a graph, such as positioning nodes and routing edges.
public class GraphLayout
- Inheritance
-
GraphLayout
- Inherited Members
- Extension Methods
Remarks
This class serves as a base type for specific graph layout strategies and is intended to be used to control the visual or logical arrangement of graph components.
Properties
GraphConf
public string? GraphConf { get; set; }
Property Value
Layout
public string? Layout { get; set; }
Property Value
Name
public List<string>? Name { get; set; }
Property Value
ObservationName
public List<string>? ObservationName { get; set; }
Property Value
ObservationTitle
public List<List<string>>? ObservationTitle { get; set; }