Class ParametricStudyHistogram
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ParametricStudyHistogram
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.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
If this option is not selected, the Histogram bar chart will use the bin centres for the labels.
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>