Gets or sets a value indicating whether a ValueLabel can be dragged by user.

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

Syntax

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool Moveable { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
Public Property Moveable As Boolean
	Get
	Set

See Also