dips.CumulativeChartViewVal module#

Generated wrapper for CumulativeChartView protobuf message.

class dips.CumulativeChartViewVal.CumulativeChartViewVal(cumulative_plot_settings: CumulativePlotSettingsVal | None = None, active_filter: DataFilterRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for CumulativeChartView with Pythonic getters and setters.

property active_filter: DataFilterRef#

Get the ActiveFilter field as a reference.

copy()#

Create a copy of this wrapper.

property cumulative_plot_settings: CumulativePlotSettingsVal#

Get the CumulativePlotSettings field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.

property view_name: str#

Get the ViewName field value.