EnumDataAxisLabelsVisibility
Enum
Specifies the display position for the labels of RadHorizontalDataAxis and RadVerticalDataAxis.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public enum DataAxisLabelsVisibility
Fields
All
All labels should be visible.
FirstAndLastOnly
Only the first and last labels should be visible.
FirstLastAndOriginValueOnly
Only the first, last and origin value labels should be visible.
None
No labels should be visible.
OriginValueOnly
Only the origin value label should be visible.