DiagramDisplayStyles Class

class NXOpen.CAE.Xyplot.DiagramDisplayStyles

Bases: NXOpen.TaggedObject

Manages the diagram display styles.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
StyleCount Returns the style count
Tag Returns the Tag for this object.

Methods

Method Description
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.
SetGraphStyle Sets the graph style.

Property Detail

StyleCount

DiagramDisplayStyles.StyleCount

Returns the style count

-------------------------------------

Getter Method

Signature StyleCount()

Returns:Style count
Return type:int

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

GetBarStyleSetting

DiagramDisplayStyles.GetBarStyleSetting

Gets the bar display style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetBarStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Bar style
Return type:NXOpen.CAE.Xyplot.BaseBarStyleSetting

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetGraphStyle

DiagramDisplayStyles.GetGraphStyle

Gets the graph style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetGraphStyle(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Graph style
Return type:NXOpen.CAE.Xyplot.GraphStyle

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetLineStyleSetting

DiagramDisplayStyles.GetLineStyleSetting

Gets the line display style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetLineStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Line style
Return type:NXOpen.CAE.Xyplot.BaseLineStyleSetting

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetPlateStyleSetting

DiagramDisplayStyles.GetPlateStyleSetting

Gets the plate display style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetPlateStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Plate style
Return type:NXOpen.CAE.Xyplot.BasePlateStyleSetting

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetScatterStyleSetting

DiagramDisplayStyles.GetScatterStyleSetting

Gets the scatter display style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetScatterStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Scatter style
Return type:NXOpen.CAE.Xyplot.ScatterStyleSetting

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetSurfaceStyleSetting

DiagramDisplayStyles.GetSurfaceStyleSetting

Gets the surface display style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature GetSurfaceStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index
Returns:Surface style
Return type:NXOpen.CAE.Xyplot.SurfaceStyleSetting

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

SetGraphStyle

DiagramDisplayStyles.SetGraphStyle

Sets the graph style.

The style index must be greater than or equal to 0 and less than CAE.Xyplot.DiagramDisplayStyles.StyleCount().

Signature SetGraphStyle(styleIndex, graphStyle)

Parameters:

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)