For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataLabelAnchor

Wisej.Web.Ext.ChartJS.DataLabelAnchor

Namespace: Wisej.Web.Ext.ChartJS

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

Anchor configuration for ChartJS datalabel. See: positioning.

public enum DataLabelAnchor : Enum
Public Enum DataLabelAnchor As [Enum]

Fields

Name
Description

Center

(default): element center.

End

Highest element boundary.

Start

Lowest element boundary

Used By

Name
Description

Specifies the default anchoring of the data labels.

Last updated

Was this helpful?