Class ThreeDChartDefinition
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ThreeDChartDefinition
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ThreeDChartDefinition : NDChartDefinition, IEquatable<APIBase>
Properties
XAxisRange
Declaration
public Range XAxisRange { get; set; }
Property Value
Type | Description |
---|---|
Range |
YAxisRange
Declaration
public Range YAxisRange { get; set; }
Property Value
Type | Description |
---|---|
Range |
ZAxis
Declaration
public AxisSettings ZAxis { get; }
Property Value
Type | Description |
---|---|
AxisSettings |
ZAxisRange
Declaration
public Range ZAxisRange { get; set; }
Property Value
Type | Description |
---|---|
Range |
Methods
DataPointsForSurfaces()
Declaration
public ReadOnlyCollection<PointsForSurface> DataPointsForSurfaces()
Returns
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PointsForSurface> |
Implements
System.IEquatable<T>