dips.ScatterChartViewVal module#

Generated wrapper for ScatterChartView protobuf message.

class dips.ScatterChartViewVal.ScatterChartViewVal(scatter_plot_settings: ScatterPlotSettingsVal | None = None, active_filter: DataFilterRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for ScatterChartView with Pythonic getters and setters.

property active_filter: DataFilterRef#

Get the ActiveFilter field as a reference.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property scatter_plot_settings: ScatterPlotSettingsVal#

Get the ScatterPlotSettings field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property view_name: str#

Get the ViewName field value.