> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DataLabelMode

This page describes the DataLabelMode enum that controls how data labels appear on visualizations.

## DataLabelMode

The mode for displaying data labels on visualizations. The possible values are:

| Value                       | Description                                    |
| --------------------------- | ---------------------------------------------- |
| `DATA_LABEL_MODE_AUTOMATIC` | Labels shown automatically based on chart type |
| `DATA_LABEL_MODE_ALWAYS`    | Labels always displayed                        |
| `DATA_LABEL_MODE_NONE`      | Labels never displayed                         |

## Related operations

<CardGroup cols={2}>
  <Card title="VizConfig Object" icon="gear" href="/integrations/graphql-api/objects/viz-config">
    Visualization configuration
  </Card>

  <Card title="DomainModel Object" icon="folder" href="/integrations/graphql-api/objects/domain-model">
    Parent domain structure
  </Card>
</CardGroup>
