Class ColorScaleStyle
Inheritance
System.Object
System.MarshalByRefObject
ColorScaleStyle
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class ColorScaleStyle : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
ColorScaleStyle()
Declaration
protected ColorScaleStyle()
Properties
AreColorLegendColorsOverridden
Declaration
public bool AreColorLegendColorsOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AreColorLegendValuesOverridden
Declaration
public bool AreColorLegendValuesOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoLevel
Declaration
public bool AutoLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ColorSpectrumType
Declaration
public ColorSpectrum ColorSpectrumType { get; set; }
Property Value
Type | Description |
---|---|
ColorSpectrum |
InvertionSpectrum
Declaration
public bool InvertionSpectrum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Level
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MeasureName
Declaration
public string MeasureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetColorLegendColorsOverridden(out Int32[])
Declaration
public void GetColorLegendColorsOverridden(out int[] legendColors)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | legendColors |
GetColorLegendValuesOverridden(out Double[])
Declaration
public void GetColorLegendValuesOverridden(out double[] overridedValues)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | overridedValues |
SetColorLegendColorsOverridden(Int32[])
Declaration
public void SetColorLegendColorsOverridden(int[] legendColors)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | legendColors |
SetColorLegendValuesOverridden(Double[])
Declaration
public void SetColorLegendValuesOverridden(double[] overridedValues)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | overridedValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink