Class PerModeResultsReport
Inheritance
System.Object
PerModeResultsReport
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PerModeResultsReport : CustomReportChart, IEquatable<APIBase>
Properties
DisplayOption
Declaration
public TableAndChartOptions DisplayOption { get; set; }
Property Value
IncludeConnectedPartsForConnections
Declaration
public bool IncludeConnectedPartsForConnections { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaximumNumberOfModesToShowOnASingleTableOrChart
Declaration
public int MaximumNumberOfModesToShowOnASingleTableOrChart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ShowAllModes
Declaration
public bool ShowAllModes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TransposeChart
Declaration
public bool TransposeChart { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TransposeTable
Declaration
public bool TransposeTable { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods