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