Source code for ooodev.format.inner.common.props.struct_data_point_label_props

from __future__ import annotations
from typing import NamedTuple
from .prop_pair import PropPair as PropPair


[docs]class StructDataPointLabelProps(NamedTuple): """Internal Properties""" show_number: str show_number_in_percent: str show_category_name: str show_legend_symbol: str show_custom_label: str show_series_name: str