class documentation

class GraphStyle(Enum): (source)

View In Hierarchy

Enum of GDB graph styles

Class Variable Animate Undocumented
Class Variable DottedLine Undocumented
Class Variable ShadeAbove Undocumented
Class Variable ShadeBelow Undocumented
Class Variable SolidLine Undocumented
Class Variable ThickLine Undocumented
Class Variable Trace Undocumented

Inherited from Enum:

Class Method get Converts bytes -> Enum, returning the first byte
Class Method set Converts Enum -> bytes, enforcing that the input is a recognized enum value

Undocumented

DottedLine: int = (source)

Undocumented

ShadeAbove: int = (source)

Undocumented

ShadeBelow: int = (source)

Undocumented

SolidLine: int = (source)

Undocumented

ThickLine: int = (source)

Undocumented

Undocumented