NX Open C++ Reference Guide
|
Provides classes and interfaces for XY Graphing. More...
Classes | |
struct | AxisLabelStyle |
Axis label display style | |
struct | AxisNumberStyle |
Axis number display style | |
struct | AxisStyle |
Axis display style | |
class | AxisStyleSetting |
Represents the axis display style. More... | |
struct | BarOption2D |
Bar display option for 2D plot | |
struct | BarOption3D |
Bar display option for 3D plot | |
class | BarStyle2DSetting |
Represents the 2d bar display style. More... | |
class | BaseBarStyleSetting |
Represents the base bar display style. More... | |
class | BaseGridLayoutStyleSetting |
Represents the base grid layout display style. More... | |
class | BaseLineStyleSetting |
Represents the base line display style. More... | |
class | BasePlotParameters |
Represents the parameters passed to create or modify a plot. More... | |
class | BaseSymbolStyleSetting |
Represents the base symbol display style. More... | |
class | BaseTemplate |
Manages the display style Not support KF. More... | |
class | BaseTemplateManager |
Manages the graph template Not support KF. More... | |
class | CustomTextStyleSetting |
Represents the text content definition in title options. More... | |
struct | GridLayout2D |
Grid layout style for 2D plot | |
struct | GridLayout3D |
Grid layout style for 3D plot | |
class | GridLayoutStyle2DSetting |
Represents the 2d grid layout display style. More... | |
class | IDisplayStyle |
Represents the interface for plot display style classes Created in NX9.0.0. More... | |
struct | LineOption2D |
Line display option for 2D plot | |
struct | LineOption3D |
Line display option for 3D plot | |
class | LineStyle2DSetting |
Represents the 2d line display style. More... | |
class | OverlayParameters |
Represents the parameters passed to overlay plot records on an existing plot graph. More... | |
struct | PlateOption2D |
Plate option for 2D plot | |
struct | PlateOption3D |
Plate option for 3D plot | |
class | Plot |
Manages the plot template Not support KF. More... | |
class | PlotParameters |
Represents the parameters passed to create a plot. More... | |
class | Preference |
Manages the preference data Not support KF. More... | |
class | ScatterStyleSetting |
Represents the scatter display style. More... | |
struct | SurfaceOption3D |
Surface option for 3D plot | |
class | Template2D |
Manages the 2D display style Not support KF. More... | |
struct | TextBoxStyle |
Text box display style | |
class | TextBoxStyleSetting |
Represents the text box display style. More... | |
struct | TextOption |
Text display option | |
struct | TextStyle |
Text display style | |
class | TextStyleSetting |
Represents the text display style. More... | |
class | WindowManager |
Manages the separate graphic windows. More... | |
class | XYPlotManager |
XYPlot function manager To obtain an instance of this class use Session::XYPlotManager . More... | |
Provides classes and interfaces for XY Graphing.
Represents the 2D plot complex option.
Represents the 3D plot complex option.
Represents the plate filling color option.
Represents the surface filling color option Represents the decimal number format
Represents the plot graph style.
Represents the line font
Use DisplayableObject::ObjectFont instead.
Represents the line width
Use DisplayableObject::ObjectWidth instead.
Prepresents the phase range option.
Represents the point marker.
Represents the label text type.
TextTypeNone |
Not defined type. |
TextTypeTitle |
Title label. |
TextTypeLegend |
Legend label. |
TextTypeGraphName |
Graph name label. |
TextTypePageNumber |
Page number label. |
TextTypeMarker |
Marker label. |
TextTypeNote |
Note label. |
TextTypeProbingText |
Probing label. |
TextTypeXLabel |
X Axis name label. |
TextTypeYLabel |
Y Axis name label. |
TextTypeZLabel |
Z Axis name label. |
TextTypeXNumber |
X Axis number label. |
TextTypeYNumber |
Y Axis number label. |
TextTypeZNumber |
Z Axis number label. |
Represents the unit system.
UnitSystemFunction |
Function unit. |
UnitSystemModel |
Model unit. |
UnitSystemSi |
International standard unit. |
UnitSystemMn |
Milliforce unit. |
UnitSystemMm |
Millimeter unit. |
UnitSystemIn |
Inch unit. |
UnitSystemCustom |
Custom unit. |