In This Article

LabelVisibility Enum

Specifies the visibility of data point labels on the chart.

public enum LabelVisibility

Fields

Name Description
Hidden

Indicates that data point labels are not shown.

PointerAxis

Indicates that data point labels on the secondary axis value closest to the mouse pointer are visible.

PointerProximity

Indicates that data point labels near the mouse pointer are visible.

PointerProximitySingle

Indicates that only the closest data point label near the mouse pointer is visible.

Visible

Indicates that data point labels are always visible.