Class ThreeDChartDefinition
Inheritance
System.Object
ThreeDChartDefinition
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ThreeDChartDefinition : NDChartDefinition, IEquatable<APIBase>
Properties
XAxisRange
Declaration
public Range XAxisRange { get; set; }
Property Value
YAxisRange
Declaration
public Range YAxisRange { get; set; }
Property Value
ZAxis
Declaration
public AxisSettings ZAxis { get; }
Property Value
ZAxisRange
Declaration
public Range ZAxisRange { get; set; }
Property Value
Methods
DataPointsForSurfaces()
Declaration
public ReadOnlyCollection<PointsForSurface> DataPointsForSurfaces()
Returns
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<PointsForSurface> |
|
Implements
System.IEquatable<T>
Extension Methods