Class DataAxisLabelsVisibility
Specifies the display position for the labels of Rad
Inheritance
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class DataAxisLabelsVisibility : Enum
Fields
All
All labels should be visible.
Declaration
public const DataAxisLabelsVisibility All
Field Value
FirstAndLastOnly
Only the first and last labels should be visible.
Declaration
public const DataAxisLabelsVisibility FirstAndLastOnly
Field Value
FirstLastAndOriginValueOnly
Only the first, last and origin value labels should be visible.
Declaration
public const DataAxisLabelsVisibility FirstLastAndOriginValueOnly
Field Value
None
No labels should be visible.
Declaration
public const DataAxisLabelsVisibility None
Field Value
OriginValueOnly
Only the origin value label should be visible.
Declaration
public const DataAxisLabelsVisibility OriginValueOnly
Field Value
value__
Declaration
public int value__
Field Value
System.
|