New to Telerik UI for WPFStart a free 30-day trial

Specifies the display position for the labels of RadHorizontalDataAxis and RadVerticalDataAxis.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public enum DataAxisLabelsVisibility

Fields

All labels should be visible.

C#
All = 0

Only the first and last labels should be visible.

C#
FirstAndLastOnly = 1

Only the first, last and origin value labels should be visible.

C#
FirstLastAndOriginValueOnly = 2

No labels should be visible.

C#
None = 4

Only the origin value label should be visible.

C#
OriginValueOnly = 3