Class LoadedRollerElementChartReporter
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedRollerElementChartReporter
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedRollerElementChartReporter : CustomReportChart, IEquatable<APIBase>
Properties
OnlyShowRollerWithHighestLoad
Declaration
public bool OnlyShowRollerWithHighestLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartYAxisAtZero
When not selected, the chart will auto-scale the axis. When comparing multiple charts it can be useful to force the charts to all start the Y axis at zero.
Declaration
public bool StartYAxisAtZero { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>