Gets or sets the placement of the annotation labels relative the axis.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public TickLabelsEnum TickLabels { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property TickLabels As TickLabelsEnum
	Get
	Set

Remarks

Axis annotations can be placed on the chart in several positions or not at all. See the TickLabelsEnum Enumeration for details.

See Also