Class ParametricStudyHistogram
Inheritance
System.Object
ParametricStudyHistogram
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ParametricStudyHistogram : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NumberOfBins
Declaration
public int NumberOfBins { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UseBinRangeForLabel
Declaration
public bool UseBinRangeForLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.IEquatable<T>