Class AxisLastLabelVisibility
Defines the strategy that will update the last label of the axis.
Inheritance
System.Object
AxisLastLabelVisibility
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisLastLabelVisibility : Enum
Fields
Clip
The last label is displayed but no space if reserved so that it is fully visible.
Declaration
public const AxisLastLabelVisibility Clip
Field Value
Hidden
The last label is not displayed.
Declaration
public const AxisLastLabelVisibility Hidden
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Visible
The desired space is reserved so that the label is fully visible.
Declaration
public const AxisLastLabelVisibility Visible