dips.QualitativeQuantitativeChartViewVal module#
Generated wrapper for QualitativeQuantitativeChartView protobuf message.
- class dips.QualitativeQuantitativeChartViewVal.QualitativeQuantitativeChartViewVal(qualitative_quantitative_analysis_settings: QualitativeQuantitativeAnalysisSettingsVal | None = None, chart_type: eQualitativeQuantitativeChartType = eQualitativeQuantitativeChartType.Bar, active_filter: DataFilterRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#
Bases:
objectSimple wrapper for QualitativeQuantitativeChartView with Pythonic getters and setters.
- property active_filter: DataFilterRef#
Get the ActiveFilter field as a reference.
- property chart_type: eQualitativeQuantitativeChartType#
Get the ChartType field as a Python IntEnum (IDE autocomplete).
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property qualitative_quantitative_analysis_settings: QualitativeQuantitativeAnalysisSettingsVal#
Get the QualitativeQuantitativeAnalysisSettings field as a wrapper.
- to_proto()#
Get the underlying protobuf message.
- property view_name: str#
Get the ViewName field value.