DiagramDisplayStyles2DBarChart Class¶
-
class
NXOpen.CAE.Xyplot.DiagramDisplayStyles2DBarChart¶ Bases:
NXOpen.CAE.Xyplot.DiagramDisplayStylesManages the 2D bar chart diagram display styles.
Call
CAE.Xyplot.BaseDisplayStyleSetting.CommitChange()to apply style changes to corresponding plot after it’s modified.Not support KF.
New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| SpaceBetweenFunctions | Returns or sets the space between functions measured in percentage. |
| SpaceBetweenItems | Returns or sets the space between items measured in percentage. |
| StyleCount | Returns the style count |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| CommitChange | Commits any edits that have been applied to the display style. |
| Find | Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. |
| GetBarChartStyleSetting | Gets the bar chart bar display style. |
| GetBarStyleSetting | Gets the bar display style. |
| GetGraphStyle | Gets the graph style. |
| GetLineStyleSetting | Gets the line display style. |
| GetPlateStyleSetting | Gets the plate display style. |
| GetScatterStyleSetting | Gets the scatter display style. |
| GetSurfaceStyleSetting | Gets the surface display style. |
| GetVectorStyleSetting | Gets the vector display style. |
| SetGraphStyle | Sets the graph style. |
Property Detail¶
Owner¶
-
DiagramDisplayStyles2DBarChart.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
SpaceBetweenFunctions¶
-
DiagramDisplayStyles2DBarChart.SpaceBetweenFunctions¶ Returns or sets the space between functions measured in percentage.
The acceptable range is 0-10.
-------------------------------------Getter Method
Signature
SpaceBetweenFunctionsReturns: SpaceBetweenFunctions Return type: int New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SpaceBetweenFunctionsParameters: spaceBetweenFunctions (int) – SpaceBetweenFunctions New in version NX12.0.0.
License requirements: None.
SpaceBetweenItems¶
-
DiagramDisplayStyles2DBarChart.SpaceBetweenItems¶ Returns or sets the space between items measured in percentage.
The acceptable range is 0-10.
-------------------------------------Getter Method
Signature
SpaceBetweenItemsReturns: SpaceBetweenItems Return type: int New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SpaceBetweenItemsParameters: spaceBetweenItems (int) – SpaceBetweenItems New in version NX12.0.0.
License requirements: None.
Method Detail¶
CommitChange¶
-
DiagramDisplayStyles2DBarChart.CommitChange¶ Commits any edits that have been applied to the display style.
Triggers the corresponding plot to update graph.
Signature
CommitChange()New in version NX9.0.0.
License requirements: None.
GetBarChartStyleSetting¶
-
DiagramDisplayStyles2DBarChart.GetBarChartStyleSetting¶ Gets the bar chart bar display style.
The style index must be greater than or equal to 0 and less than
CAE.Xyplot.DiagramDisplayStyles.StyleCount().Signature
GetBarChartStyleSetting(styleIndex)Parameters: styleIndex (int) – Style index Returns: Bar Chart Bar style Return type: NXOpen.CAE.Xyplot.BarChartStyleSettingNew in version NX12.0.0.
License requirements: None.