simetrix.GraphObjectType¶
- class simetrix.GraphObjectType(*values)¶
Bases:
EnumFlag for specifying the type for a
GraphObject.Attributes
Invalid object.
Graph X and Y axes.
Crosshair cursor.
Crosshair cursor horizontal and vertical dimensions.
Graph solid line curve.
Data associated with Curve, Histogram and Scatterplot objects.
Curve marker annotation.
Freetext annotation.
Graph sheet.
Grid object, owns X and Y axes.
Graph histogram display.
Legend box, for listing displayed curves, histograms, scatterplots and measurements.
Test object used in LegendBox objects.
Measurement attached to Curve, Histogram or ScatterPlot.
Object joining shared X axes.
Graph Scatter plot.
Selection cursor.
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.