dips.TrendLineToolEntityInfoVal module#

Generated wrapper for TrendLineToolEntityInfo protobuf message.

class dips.TrendLineToolEntityInfoVal.TrendLineToolEntityInfoVal(color: ColorSurrogateVal | None = None, trend: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for TrendLineToolEntityInfo with Pythonic getters and setters.

property color: ColorSurrogateVal#

Get the Color field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_visible: bool#

Get the IsVisible field value.

property name: str#

Get the Name field value.

to_proto()#

Get the underlying protobuf message.

property trend: AngleDataVal#

Get the Trend field as a wrapper.