Bases: Flow360BaseModel
Class for setting up xlim and ylim in Chart2D by providing
a lower and upper value of the limits.
-
lower: float [Required]
Absolute value of the lower limit of an axis.
-
upper: float [Required]
Absolute value of the upper limit of an axis.
-
type_name: Literal['ManualLimit'] = 'ManualLimit'