Gets or sets annotation method of the axis.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(AnnotationMethodEnum.Values)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] [TypeConverterAttribute(typeof(AnnoMethodTypeConverter))] public AnnotationMethodEnum AnnoMethod { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(AnnotationMethodEnum.Values)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ <TypeConverterAttribute(GetType(AnnoMethodTypeConverter))> _ Public Property AnnoMethod As AnnotationMethodEnum Get Set |