Angular Chart - commonAxisSettings.constantLineStyle.label

Configures constant line labels.

A constant line label displays the value of a constant line.

DevExtreme HTML5 Charts ConstantLine ConstantLineLabel

The commonAxisSettings.constantLineStyle.label object, which is described here, specifies common settings for all constant line labels in the chart. To configure the labels of those constant lines that belong to a particular axis, use the following objects.

  • argumentAxis.constantLineStyle.label
  • valueAxis.constantLineStyle.label

To configure the labels of individual constant lines use the following objects.

  • argumentAxis.constantLines[].label
  • valueAxis.constantLines[].label

Individual settings override axis-specific settings which, in their turn, override common settings.

font

Specifies font properties for constant line labels.

Type:

Object

position

Specifies the position of constant line labels on the chart plot.

Default Value: 'inside'

The component's default behavior is to display constant line labels inside the chart plot. To place the labels outside the chart plot, set position to "outside".

NOTE

When position is "outside", note the following label alignment restrictions:

visible

Makes constant line labels visible.

Type:

Boolean

Default Value: true