simetrix.GraphObjectType

class simetrix.GraphObjectType(*values)

Bases: Enum

Flag for specifying the type for a GraphObject.

Attributes

NONE

Invalid object.

AXIS

Graph X and Y axes.

CROSSHAIR

Crosshair cursor.

CROSSHAIRDIMENSION

Crosshair cursor horizontal and vertical dimensions.

CURVE

Graph solid line curve.

CURVEDATA

Data associated with Curve, Histogram and Scatterplot objects.

CURVEMARKER

Curve marker annotation.

FREETEXT

Freetext annotation.

GRAPH

Graph sheet.

GRID

Grid object, owns X and Y axes.

HISTOGRAM

Graph histogram display.

LEGENDBOX

Legend box, for listing displayed curves, histograms, scatterplots and measurements.

LEGENDTEXT

Test object used in LegendBox objects.

MEASUREMENT

Measurement attached to Curve, Histogram or ScatterPlot.

SHAREDAXIS

Object joining shared X axes.

SCATTERPLOT

Graph Scatter plot.

SMALLCURSOR

Selection cursor.

TEXTBOX

Textbox annotation.

AXIS = 1

Graph X and Y axes.

CROSSHAIR = 2

Crosshair cursor.

CROSSHAIRDIMENSION = 3

Crosshair cursor horizontal and vertical dimensions.

CURVE = 4

Graph solid line curve.

CURVEDATA = 5

Data associated with Curve, Histogram and Scatterplot objects.

CURVEMARKER = 6

Curve marker annotation.

FREETEXT = 7

Freetext annotation.

GRAPH = 8

Graph sheet.

GRID = 9

Grid object, owns X and Y axes.

HISTOGRAM = 10

Graph histogram display.

LEGENDBOX = 11

Legend box, for listing displayed curves, histograms, scatterplots and measurements.

LEGENDTEXT = 12

Test object used in LegendBox objects.

MEASUREMENT = 13

Measurement attached to Curve, Histogram or ScatterPlot.

NONE = 0

Invalid object.

SCATTERPLOT = 15

Graph Scatter plot. Plots data points without joining lines

SHAREDAXIS = 14

Object joining shared X axes.

SMALLCURSOR = 16

Selection cursor.

TEXTBOX = 17

Textbox annotation.