Defines the strategy that will update the last label of the axis.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public enum AxisLastLabelVisibility
Fields
The last label is displayed but no space if reserved so that it is fully visible.
C#
Clip = 2
The last label is not displayed.
C#
Hidden = 1
The desired space is reserved so that the label is fully visible.
C#
Visible = 0