WallDisplayStyles Class¶
-
class
NXOpen.CAE.Xyplot.WallDisplayStyles¶ Bases:
NXOpen.TaggedObjectManages the wall display styles.
Not support KF.
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| GridLayoutStyleSetting | Returns the grid layout display style |
| ProbingStyle | Returns the probing display style |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetAxisStyleSetting | Gets the axis display style. |
| GetLegendTableGroupStyle | Gets the legend table group style |
| GetTextStyleSetting | Gets the text style. |
Property Detail¶
GridLayoutStyleSetting¶
-
WallDisplayStyles.GridLayoutStyleSetting¶ Returns the grid layout display style
-------------------------------------Getter Method
Signature
GridLayoutStyleSettingReturns: Grid layout style Return type: NXOpen.CAE.Xyplot.BaseGridLayoutStyleSettingNew in version NX10.0.0.
License requirements: None.
ProbingStyle¶
-
WallDisplayStyles.ProbingStyle¶ Returns the probing display style
-------------------------------------Getter Method
Signature
ProbingStyleReturns: Probing style Return type: NXOpen.CAE.Xyplot.ProbingStyleNew in version NX12.0.0.
License requirements: None.
Method Detail¶
GetAxisStyleSetting¶
-
WallDisplayStyles.GetAxisStyleSetting¶ Gets the axis display style.
Signature
GetAxisStyleSetting(axisDirection)Parameters: axisDirection ( NXOpen.CAE.Xyplot.AxisDirection) – Axis directionReturns: Axis style Return type: NXOpen.CAE.Xyplot.AxisStyleSettingNew in version NX10.0.0.
License requirements: None.
GetLegendTableGroupStyle¶
-
WallDisplayStyles.GetLegendTableGroupStyle¶ Gets the legend table group style
Signature
GetLegendTableGroupStyle()Returns: Legend table group style Return type: NXOpen.CAE.Xyplot.LegendTableGroupStyleNew in version NX12.0.0.
License requirements: None.
GetTextStyleSetting¶
-
WallDisplayStyles.GetTextStyleSetting¶ Gets the text style.
Signature
GetTextStyleSetting(textType)Parameters: textType ( NXOpen.CAE.Xyplot.TextType) – Text typeReturns: Text display style Return type: NXOpen.CAE.Xyplot.TextStyleSettingNew in version NX10.0.0.
License requirements: None.