Enum BarShape
Enum BarShape
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Shape of a bar rectangle.
public enum BarShape
Fields
Full = 0
Indicates Full rectangle bar shape.
HalfHeight = 1
Indicates top-aligned half height rectangle bar shape.
HalfHeightBottom = 2
Indicates bottom-aligned half height rectangle bar shape.
LineBottom = 6
Indicates bottom-aligned line shape.
LineTop = 7
Indicates top-aligned line shape.
Middle = 5
Indicates center-aligned line shape.
None = 4
Indicates None bar shape.
Thin = 3
Indicates center-aligned line shape.