dips.HistogramChartViewVal module#

Generated wrapper for HistogramChartView protobuf message.

class dips.HistogramChartViewVal.HistogramChartViewVal(histogram_plot_settings: HistogramPlotSettingsVal | None = None, active_filter: DataFilterRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for HistogramChartView 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 histogram_plot_settings: HistogramPlotSettingsVal#

Get the HistogramPlotSettings field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property view_name: str#

Get the ViewName field value.