Class NDChartDefinition
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NDChartDefinition
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class NDChartDefinition : ChartDefinition, IEquatable<APIBase>
Properties
SpecifySharedChartSettings
Declaration
public bool SpecifySharedChartSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
XAxis
Declaration
public AxisSettings XAxis { get; }
Property Value
Type | Description |
---|---|
AxisSettings |
YAxis
Declaration
public AxisSettings YAxis { get; }
Property Value
Type | Description |
---|---|
AxisSettings |
Implements
System.IEquatable<T>