Classes |
struct | AxisLabelStyle |
| Axis label display style. More...
|
struct | AxisNumberStyle |
| Axis number display style. More...
|
struct | AxisStyle |
| Axis display style. More...
|
struct | BarOption2D |
| Bar display option for 2D plot. More...
|
struct | BarOption3D |
| Bar display option for 3D plot. More...
|
class | BaseTemplate |
| Manages the display style
Not support KF. More...
|
class | BaseTemplateManager |
| Manages the graph template
Not support KF. More...
|
struct | GridLayout2D |
| Grid layout style for 2D plot. More...
|
struct | GridLayout3D |
| Grid layout style for 3D plot. More...
|
struct | LineOption2D |
| Line display option for 2D plot. More...
|
struct | LineOption3D |
| Line display option for 3D plot. More...
|
struct | PlateOption2D |
| Plate option for 2D plot. More...
|
struct | PlateOption3D |
| Plate option for 3D plot. More...
|
class | Plot |
| Manages the plot template
Not support KF. More...
|
struct | SurfaceOption3D |
| Surface option for 3D plot. More...
|
class | Template2D |
| Manages the 2D display style
Not support KF. More...
|
class | Template3D |
| Manages the 3D display style
Not support KF. More...
|
struct | TextBoxStyle |
| Text box display style. More...
|
struct | TextOption |
| Text display option. More...
|
struct | TextStyle |
| Text display style. More...
|
class | XYPlotManager |
| XYPlot function manager
To obtain an instance of this class use Session::XYPlotManager . More...
|
Enumerations |
enum | AxisDBScale { AxisDBScaleTen,
AxisDBScaleTwenty
} |
| Represents the DB scale for plot. More...
|
enum | AxisDirection { AxisDirectionX,
AxisDirectionY,
AxisDirectionZ
} |
| Represents the axis direction. More...
|
enum | AxisType { AxisTypeAuto,
AxisTypeLinear,
AxisTypeLog,
AxisTypeDb
} |
| Represents the type of scale for X or Y axis. More...
|
enum | BarColorOption { BarColorOptionFill,
BarColorOptionHidden,
BarColorOptionShaded
} |
| Represents the bar filling color option. More...
|
enum | ComplexOption2D {
ComplexOption2DMagnitude,
ComplexOption2DMagnitudePhase,
ComplexOption2DPhase,
ComplexOption2DReal,
ComplexOption2DRealImaginary,
ComplexOption2DRealImaginaryPhase,
ComplexOption2DPolar,
ComplexOption2DArgand,
ComplexOption2DPolar3D,
ComplexOption2DArgand3D,
ComplexOption2DPhaseMagnitude,
ComplexOption2DImaginaryReal,
ComplexOption2DPhaseRealImaginary,
ComplexOption2DImaginaryRealPhase,
ComplexOption2DPhaseImaginaryReal
} |
| Represents the 2D plot complex option. More...
|
enum | ComplexOption3D { ComplexOption3DMagnitude,
ComplexOption3DPhase,
ComplexOption3DReal,
ComplexOption3DImaginary
} |
| Represents the 3D plot complex option. More...
|
enum | ContouringRange { ContouringRangeBorderGrid,
ContouringRangeFullGrid
} |
| Represents the contouring range. More...
|
enum | DecimalFormat {
DecimalFormatActual,
DecimalFormatX,
DecimalFormatXx,
DecimalFormatXxx,
DecimalFormatXxxx,
DecimalFormatXexx,
DecimalFormatXxexx,
DecimalFormatXxxexx,
DecimalFormatXxxxexx
} |
| Represents the decimal number format. More...
|
enum | Direction { DirectionX,
DirectionZ,
DirectionXz
} |
| Represents the direction option. More...
|
enum | GraphStyle { GraphStyleLine,
GraphStyleBar,
GraphStylePlate,
GraphStyleSurface
} |
| Represents the plot graph style. More...
|
enum | GridStyle {
GridStyleNoGrid,
GridStyleGridOnly,
GridStyleTicksOnly,
GridStyleGridAndTicks,
GridStyleDenseGrid
} |
| Represents the grid style for plot. More...
|
enum | LineFont {
LineFontSolid,
LineFontDashed,
LineFontPhantom,
LineFontCenterLine,
LineFontDotted,
LineFontLongDashed,
LineFontDottedDashed
} |
| Represents the line font. More...
|
enum | LineWidth { LineWidthThin,
LineWidthNormal,
LineWidthThick
} |
| Represents the line width. More...
|
enum | PhaseRangeOption {
PhaseRangeOptionNegativeTwoPiToZero,
PhaseRangeOptionZeroToTwoPi,
PhaseRangeOptionNegativePiToPi,
PhaseRangeOptionNegativeOneHalfPiToHalfPi,
PhaseRangeOptionNegativeHalfPiToOneHalfPi
} |
| Prepresents the phase range option. More...
|
enum | PlateColorOption { PlateColorOptionFill,
PlateColorOptionHidden,
PlateColorOptionShaded
} |
| Represents the plate filling color option. More...
|
enum | PointMarker {
PointMarkerNone,
PointMarkerPlus,
PointMarkerDot,
PointMarkerAsterisk,
PointMarkerCircle,
PointMarkerPoundsign,
PointMarkerCross,
PointMarkerSquare,
PointMarkerTriangle,
PointMarkerDiamond,
PointMarkerCenterLine
} |
| Represents the point marker. More...
|
enum | SurfaceColorOption { SurfaceColorOptionNone,
SurfaceColorOptionHidden,
SurfaceColorOptionShaded
} |
| Represents the surface filling color option. More...
|
enum | TextAlignment { TextAlignmentLeft,
TextAlignmentCenter,
TextAlignmentRight
} |
| Represents the text alignment. More...
|
enum | TextOrientation { TextOrientationHorizontal,
TextOrientationUpward,
TextOrientationDownward
} |
| Represents the text orientation. More...
|
enum | TextType {
TextTypeNone,
TextTypeTitle,
TextTypeLegend,
TextTypeGraphName,
TextTypePageNumber,
TextTypeMarker,
TextTypeNote,
TextTypeProbingText,
TextTypeXLabel,
TextTypeYLabel,
TextTypeZLabel,
TextTypeXNumber,
TextTypeYNumber,
TextTypeZNumber
} |
| Represents the label text type. More...
|
enum | UnitSystem {
UnitSystemFunction,
UnitSystemModel,
UnitSystemSi,
UnitSystemMn,
UnitSystemMm,
UnitSystemIn,
UnitSystemCustom
} |
| Represents the unit system. More...
|
Provides classes and interfaces for XY Graphing.