Enum
AxisLastLabelVisibility

Defines the strategy that will update the last label of the axis.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum AxisLastLabelVisibility

Fields

Clip

The last label is displayed but no space if reserved so that it is fully visible.

Declaration

cs-api-definition
Clip = 2

Field Value

AxisLastLabelVisibility

Hidden

The last label is not displayed.

Declaration

cs-api-definition
Hidden = 1

Field Value

AxisLastLabelVisibility

Visible

The desired space is reserved so that the label is fully visible.

Declaration

cs-api-definition
Visible = 0

Field Value

AxisLastLabelVisibility

In this article
DefinitionFieldsClipHiddenVisible
Not finding the help you need?
Contact Support