Gets or sets the label attachment method.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(AttachMethodEnum.Coordinate)] [RefreshPropertiesAttribute(RefreshProperties.All)] public AttachMethodEnum AttachMethod { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(AttachMethodEnum.Coordinate)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property AttachMethod As AttachMethodEnum Get Set |