Chart
Namespace: TrganReport.Enums
Represents the type of charts used in TrganReport.
public enum Chart
Inheritance Object → ValueType → Enum → Chart
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Container | 1 | A top-level container grouping multiple tests. |
Test | 2 | An individual test case or unit. Used to represent a single logical test within the report. |
Step | 3 | A granular execution step within a test. |