# DataLabelAnchor

Namespace: **Wisej.Web.Ext.ChartJS**

Assembly: **Wisej.Web.Ext.ChartJS** (3.2.0.0)

Anchor configuration for ChartJS datalabel. See: [positioning](https://chartjs-plugin-datalabels.netlify.app/guide/positioning.html#anchoring).

{% tabs %}
{% tab title="C#" %}

```csharp
public enum DataLabelAnchor : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum DataLabelAnchor As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                |
| ---------- | -------------------------- |
| **Center** | (default): element center. |
| **End**    | Highest element boundary.  |
| **Start**  | Lowest element boundary    |

## Used By

| Name                                                                                                                          | Description                                         |
| ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [OptionsDataLabel.Anchor](https://docs.wisej.com/extensions/extensions/chartjs/wisej.web.ext.chartjs.optionsdatalabel#anchor) | Specifies the default anchoring of the data labels. |
