Class ThreeDChartDefinition
Inheritance
System.Object
ThreeDChartDefinition
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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